The SslCertificateValidationEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCertificate
Gets the server certificate to be validated.
Public propertySupported by the .NET Compact FrameworkCertificateChain
Gets the whole certificate chain to be validated.
Public propertySupported by the .NET Compact FrameworkOptions
Gets custom-specified validation options (set using SslServerCertificateValidationOptions property).
Protected propertySupported by the .NET Compact FrameworkResult
Gets validation result.
Public propertySupported by the .NET Compact FrameworkServerName
Gets the common name of the server.
Public propertySupported by the .NET Compact FrameworkSocket
Gets the socket that needs certificate verification.

See Also