Click or drag to resize
SecurityPolicyConfiguration Class
Configuration information for SecurityPolicyConfiguration. This class provides configuration and preference data for Security Policies (i.e certificates)
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesSecurityPolicyConfiguration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class SecurityPolicyConfiguration

The SecurityPolicyConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSecurityPolicyConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyBlackListedCipherSuites
List of blacklisted SSL cipher suites, which will not be included during TLS connection negotiation.
Public propertyCertificateRenewalValue
An integer value specifying the percentage(0 - 100) of certificate's max age after which client should issue a certificate renewal notification.
Public propertyCertificateStoreDirectory
Directory location where client identity certificate will be stored.
Public propertyContinueOnTlsServerIdentityFailure
A Boolean value to specify the action to take when server identity validation fails. If true, allow the connection to continue. Otherwise, abort the connection.
Public propertyCryptographicSalt
Cryptographic salt to use during encrypting certificate store.
Public propertyFIPSModeEnabled
A Boolean value to specify FIPS mode to be enabled for this client.
Public propertyMinimumPermittedTLSProtocolVersion
Specifies the minimum permitted TLS protocol version supported by the application. Default value is TLS1_0
Public propertyMinimumRsaKeyLength
An integer value specifying the minimum RSA key length to be used for validating the certificate received from the server during TLS Handshake.
Public propertyPrivateTrustStoreEnabled
Specifies if the private trust store should be used for certificate validations.
Public propertyRevocationCheckPolicy
Specifies the Policy for certificate revocation checking.
Public propertyScepConfiguration
Configuration information for SCEP (Simple Certificate Enrollment Protocol). This protocol is used to retrieve Client Identity certificates from the enrollment server.
Public propertyTrustStoreMode
Specifies the trust store(s) to be used for certificate validations.
Public propertyUsePrivateKeychainForIdentityCertificate
Specifies if the private keychain should be used for storing client identity.
Top
See Also