MailMessage.IsSigned Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
IsSigned
Gets a value indicating whether the message is signed.
Declaration
public bool IsSigned { get; }
Property Value
Type | Description |
---|---|
Boolean | 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(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.