Click or drag to resize
MimeKit

SecureMimeDigitalSignaturePublicKeyAlgorithm Property

Gets the public key algorithm used for the signature.

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

IDigitalSignaturePublicKeyAlgorithm
Remarks
Gets the public key algorithm used for the signature.
See Also