Gets a value indicating whether the message is signed.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property IsSigned As Boolean Get |
C# |
---|
public bool IsSigned { get; } |
Field Value
A value indicating whether the message is signed.Remarks
Signers of a signed message are accessible through Signers collection. The signature can be validated using ValidateSignature()()()() method or removed using RemoveSignature()()()() method. It is created using Sign(array<Certificate>[]()[][]) method.
Please note that messages that are encrypted might also be signed, but because the signature itself is also encrypted as well, this fact will not be known until the message is decrypted.