The SslProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SslProperties()()()() | |
![]() | SslProperties(SslProtocols) | Constructs a new SslProperties with the specified enabled SSL protocols. |
![]() | SslProperties(X509Certificate) | Constructs a new SslProperties with a single client certificate. |
![]() | SslProperties(X509CertificateCollection) | Constructs a new SslProperties with the specified client certificate collection. |
![]() | SslProperties(X509Certificate, SslProtocols) | Constructs a new SslProperties with a single client certificate and specified enabled SSL protocols. |
![]() | SslProperties(X509CertificateCollection, SslProtocols) | Constructs a new SslProperties with the specified client certificate collection
and specified enabled SSL protocols. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ClientCertificates | Gets or sets a collection of certificates used to authenticate the client application. |
![]() | ClientCertificateSelectionCallback | Gets or sets a callback delegate responsible for selecting the client certificate used for authentication. |
![]() | EnabledSslProtocols | Gets or sets the SSL protocols that can be used for authentication. |
![]() | GatewayCertificateValidationCallback | Gets or sets a callback delegate responsible for validating the certificate supplied by the Gateway daemon. |