Signature.IsValid 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.
Determines if the digital signature that corresponds to the Signature object is a valid signature.
public:
property bool IsValid { bool get(); };
public bool IsValid { get; }
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean
Property Value
Remarks
This property returns True if the digital signature that corresponds to the Signature object is a valid signature; False if it is not a valid signature. A signature may be invalid for several reasons, ranging from its certificate having expired to changes in the document that contains it.