AttachSignature
Contents
[
Hide
]
MailMessage.AttachSignature method (1 of 4)
Creates a signed message. Creates a read-only copy of the specified MailMessage and adds a digital signature to it.
public virtual MailMessage AttachSignature(X509Certificate2 certificate, bool detached)
Parameter | Type | Description |
---|---|---|
certificate | X509Certificate2 | X.509 certificate. |
detached | Boolean | .If detached is true, the signature is detached.If detached is false(the default), the signature is not detached. |
See Also
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email
MailMessage.AttachSignature method (2 of 4)
Creates a signed message. Creates a read-only copy of the specified MailMessage and adds a digital signature to it.
public virtual MailMessage AttachSignature(CmsSigner signer, bool detached)
Parameter | Type | Description |
---|---|---|
signer | CmsSigner | System.Security.Cryptography.Pkcs.CmsSigner. |
detached | Boolean | .If detached is true, the signature is detached.If detached is false(the default), the signature is not detached. |
Return Value
The signed MailMessage.
See Also
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email
MailMessage.AttachSignature method (3 of 4)
Creates a signed message. Creates a read-only copy of the specified MailMessage and adds a digital signature to it.
public virtual MailMessage AttachSignature(X509Certificate2 certificate)
Parameter | Type | Description |
---|---|---|
certificate | X509Certificate2 | X.509 certificate. |
Return Value
The signed MailMessage.
See Also
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email
MailMessage.AttachSignature method (4 of 4)
Creates a signed message. Creates a read-only copy of the specified MailMessage and adds a digital signature to it.
public virtual MailMessage AttachSignature(CmsSigner signer)
Parameter | Type | Description |
---|---|---|
signer | CmsSigner | System.Security.Cryptography.Pkcs.CmsSigner. |
Return Value
The signed MailMessage.
See Also
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email