Click or drag to resize
MimeKit

X509CertificateRecordAlgorithms Property

Gets or sets the encryption algorithm capabilities.

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

Property Value

EncryptionAlgorithm
The encryption algorithms.
Remarks
Gets or sets the encryption algorithm capabilities.
See Also