Property IsValid
IsValid
The validity of the cryptograpic signature. Not to be confused with IsTrusted.
Declaration
bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean | False if the signed message was changed. |
The validity of the cryptograpic signature. Not to be confused with IsTrusted.
bool IsValid { get; }
Type | Description |
---|---|
System.Boolean | False if the signed message was changed. |