IDigitalSignature
IsValid Property
 | 
Indicates whether this digital signature is valid.
Namespace:
Spire.Xls.Core.MergeSpreadsheet.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
bool IsValid { get; set; }
 
Property IsValid As Boolean
	Get
	Set
 
property bool IsValid {
	bool get ();
	void set (bool value);
}
 
abstract IsValid : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also