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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(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