Click or drag to resize
MimeKit

CmsSignerPrivateKey Property

Get the private key.

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

Property Value

AsymmetricKeyParameter
The private key.
Remarks
The private key used for signing.
See Also