SslCertificateValidationEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Provides data for custom server certificate check events.
Syntax
public class SslCertificateValidationEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Ssl |
Creates an instance of Ssl |
Properties
Name | Description |
---|---|
Certificate | Gets the server certificate to be validated. |
Certificate |
Gets the whole certificate chain to be validated. |
Options | Gets custom-specified validation options (set using Ssl |
Result | Gets validation result. |
Server |
Gets the common name of the server. |
Socket | Gets the socket that needs certificate verification. |
Methods
Name | Description |
---|---|
Accept() | Accepts the certificate. |
Reject() | Rejects the certificate. |
Reject(Tls |
Rejects the certificate. |
Reject(Validation |
Rejects the certificate. |