Share via


Signature.IsCertificateExpired Property

Determine if the digital certificate that corresponds to the Signature object has expired.

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

Syntax

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

value = instance.IsCertificateExpired
bool IsCertificateExpired { get; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the digital certificate that corresponds to the Signature object has expired; False if the certificate has not expired.

See Also

Reference

Signature Interface

Signature Members

Microsoft.Office.Core Namespace