The SslProperties type exposes the following members.

Constructors

  NameDescription
Public methodSslProperties()()()()
Public methodSslProperties(SslProtocols)
Constructs a new SslProperties with the specified enabled SSL protocols.
Public methodSslProperties(X509Certificate)
Constructs a new SslProperties with a single client certificate.
Public methodSslProperties(X509CertificateCollection)
Constructs a new SslProperties with the specified client certificate collection.
Public methodSslProperties(X509Certificate, SslProtocols)
Constructs a new SslProperties with a single client certificate and specified enabled SSL protocols.
Public methodSslProperties(X509CertificateCollection, SslProtocols)
Constructs a new SslProperties with the specified client certificate collection and specified enabled SSL protocols.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyClientCertificates
Gets or sets a collection of certificates used to authenticate the client application.
Public propertyClientCertificateSelectionCallback
Gets or sets a callback delegate responsible for selecting the client certificate used for authentication.
Public propertyEnabledSslProtocols
Gets or sets the SSL protocols that can be used for authentication.
Public propertyGatewayCertificateValidationCallback
Gets or sets a callback delegate responsible for validating the certificate supplied by the Gateway daemon.

See Also