Share via


Signature.IsCertificateRevoked Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property IsCertificateRevoked As Boolean
    Get
'Usage
Dim instance As Signature
Dim value As Boolean

value = instance.IsCertificateRevoked
bool IsCertificateRevoked { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

Signature Interface

Signature Members

Microsoft.Office.Core Namespace