Signature.IsCertificateRevoked Property

Definition

Determine if the digital certificate that corresponds to the Signature object has been revoked by the issuer of the certificate.

public:
 property bool IsCertificateRevoked { bool get(); };
public bool IsCertificateRevoked { get; }
member this.IsCertificateRevoked : bool
Public ReadOnly Property IsCertificateRevoked As Boolean

Property Value

Remarks

This property returns True if the digital certificate that corresponds to the Signature object has been revoked by the issuer of the certificate; False if the certificate has not been revoked.

Applies to