Signature.IsValid Property

Definition

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.

Applies to