Signature.IsCertificateExpired 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 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.