Click or drag to resize
MimeKit

IDigitalCertificatePublicKeyAlgorithm Property

Gets the public key algorithm supported by the certificate.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
PublicKeyAlgorithm PublicKeyAlgorithm { get; }

Property Value

PublicKeyAlgorithm
The public key algorithm.
Remarks
Gets the public key algorithm supported by the certificate.
See Also