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