Class CertificateValidationEventArgs
- Namespace
- Inetlab.SMPP.Common
- Assembly
- cs.temp.dll.dll
Class that provides event data for validation remote certificates
public class CertificateValidationEventArgs : EventArgs
- Inheritance
-
ObjectCertificateValidationEventArgs
Constructors
CertificateValidationEventArgs(X509Certificate, X509Chain, SslPolicyErrors)
public CertificateValidationEventArgs(X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
Parameters
certificate
X509Certificatechain
X509ChainsslPolicyErrors
SslPolicyErrors
Properties
Accepted
A System.Boolean value that determines whether the specified certificate is accepted for authentication.
public bool Accepted { get; set; }
Property Value
- Boolean
Certificate
The certificate used to authenticate the remote party.
public X509Certificate Certificate { get; }
Property Value
- X509Certificate
Chain
The chain of certificate authorities associated with the remote certificate.
public X509Chain Chain { get; }
Property Value
- X509Chain
SslPolicyErrors
One or more errors associated with the remote certificate.
public SslPolicyErrors SslPolicyErrors { get; }
Property Value
- SslPolicyErrors