Click or drag to resize
MimeKit

IDigitalSignaturePublicKeyAlgorithm Property

Gets the public key algorithm used for the signature.

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 used for the signature.
See Also