Click or drag to resize
MimeKit

SecureMimeDigitalCertificatePublicKeyAlgorithm Property

Gets the public key algorithm supported by the certificate.

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

Property Value

PublicKeyAlgorithm
The public key algorithm.

Implements

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