Click or drag to resize
MimeKit

CmsRecipientEncryptionAlgorithms Property

Gets or sets the known S/MIME encryption capabilities of the recipient's mail client, in their preferred order.

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

Property Value

EncryptionAlgorithm
The encryption algorithms.
Remarks
Provides the SecureMimeContext with an array of encryption algorithms that are known to be supported by the recpipient's client software and should be in the recipient's order of preference.
See Also