Signature.IsCertificateRevoked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.