Signature.IsCertificateExpired Property

Definition

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

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

Property Value

Remarks

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

Applies to