Click or drag to resize

SSLConfig Fields

The SSLConfig type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCertificateFilePath
Certificate File path.
Public fieldStatic memberCertificateName
Certificate Name to be validated against SAN field of the remote certificate, if not present then the CN part of the Certificate Subject.
Public fieldStatic memberCertificatePassword
Password need to import the certificates.
Public fieldStatic memberCheckCertificateRevocation
specifies whether the certificate revocation list is checked during authentication.
Public fieldStatic memberSslProtocol
SSL/TLS protocol. string value of enum type SslProtocols
Public fieldStatic memberValidateCertificateChain
The property is used to configure ssl to enable certificate chain validation.
Public fieldStatic memberValidateCertificateName
The property is used to configure ssl to enable Certificate name validation
Top
See Also