| CmsSignerPrivateKey Property |
Get the private key.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public AsymmetricKeyParameter PrivateKey { get; }
Property Value
AsymmetricKeyParameterThe private key.
Remarks
The private key used for signing.
See Also