MailSecuritySettings Type
Provides access to the new message security settings.
Remarks
Use this object to tune up the security setting for the created message.
Fields
ClaimedSigningTime String |
Specifies the signing time from the signer's computer. Use this property to specify the signature production time. The claimed time is not covered by the signature, may be forfeited or wrong, and as such is usually taken by verifiers for informational purposes only. | ||||||||||||||||||||||||||||||||||||||||||||||||
Encrypt Boolean |
Whether to encrypt the message. | ||||||||||||||||||||||||||||||||||||||||||||||||
EncryptionAlgorithm String |
Specifies the encryption algorithm to be used.
| ||||||||||||||||||||||||||||||||||||||||||||||||
HashAlgorithm String |
Specifies the hash algorithm to be used.
| ||||||||||||||||||||||||||||||||||||||||||||||||
Sign Boolean |
Whether to sign the message. | ||||||||||||||||||||||||||||||||||||||||||||||||
SignatureFormat TsbxMailSignatureFormats |
Specifies the signature format to use for the signed message. Available options:
| ||||||||||||||||||||||||||||||||||||||||||||||||
SignBeforeEncrypt Boolean |
Specifies the order of encryption and signing operations. | ||||||||||||||||||||||||||||||||||||||||||||||||
SignMessageHeader Boolean |
Specifies whether to include the message header in the signature calculation. |
Constructors
constructor Create();
Creates a new MailSecuritySettings object.