| CmsRecipientEncryptionAlgorithms Property |
Gets or sets the known S/MIME encryption capabilities of the
recipient's mail client, in their preferred order.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public EncryptionAlgorithm[] EncryptionAlgorithms { get; set; }
Property Value
EncryptionAlgorithmThe 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