Click or drag to resize
MimeKit

SecureMimeDigitalSignatureEncryptionAlgorithms Property

Gets the list of encryption algorithms, in preferential order, that the signer's client supports.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public EncryptionAlgorithm[] EncryptionAlgorithms { get; }

Property Value

EncryptionAlgorithm
The S/MIME encryption algorithms.
Remarks
Gets the list of encryption algorithms, in preferential order, that the signer's client supports.
See Also