adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / CertificateValidationException Class / X509Certificate Property


In This Topic
    X509Certificate Property (CertificateValidationException)
    In This Topic
    The certificate returned by the server
    Syntax
    'Declaration
     
    
    Public ReadOnly Property X509Certificate As X509Certificate2
    public X509Certificate2 X509Certificate {get;}
    public:
    property X509Certificate2^ X509Certificate {
       X509Certificate2^ get();
    }
    See Also