MessageSigned Property
Whether or not the current message is signed.
Syntax
[VB.NET] Public ReadOnlyProperty MessageSigned As Boolean
[C#] public bool MessageSigned {get;}
Remarks
This property indicates whether or not the current message is signed. This property will return true if the current message appears to be signed, according to the value of MessageHeaders.
Note that a message that is both signed and encrypted will not appear to be signed until after it is decrypted.
This property is read-only.
Default Value
False