Sets the content of this entity to the specified signed content.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Sub SetSignedContent ( _ entity As MimeEntity, _ style As MimeSignatureStyle, _ ParamArray signers As Certificate() _ ) |
C# |
---|
public void SetSignedContent( MimeEntity entity, MimeSignatureStyle style, params Certificate[] signers ) |
Parameters
- entity
- Type: Rebex.Mime..::..MimeEntity
Entity to be added as signed content.
- style
- Type: Rebex.Mime..::..MimeSignatureStyle
Signed content style.
- signers
- Type: array<Rebex.Security.Certificates..::..Certificate>[]()[][]
The list of signers' certificates with private keys to sign the content.
Remarks
Note: Due to a bug in MS Outlook Express, the Epilogue of the signed content will be set
to null by this method.