Click or drag to resize

SSLOptions Methods

The SSLOptions type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCertificateCollection
Sets the collection that contains the client certificates
Public methodSetCertificateRevocationCheck
Determines whether the certificate revocation list is checked during connection authentication.
Public methodSetHostNameResolver
Sets the method to be use to determine the host name from the host IP address
Public methodSetRemoteCertValidationCallback
Determines whether the certificate revocation list is checked during connection authentication.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also