 | DkimSignerBasePrivateKey Property |
Gets the private key.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxprotected AsymmetricKeyParameter PrivateKey { get; [ObsoleteAttribute("Setting the PrivateKey property will be removed in a future release. Use the constructor that accepts an AsymmetricKeyParameter instead.")]
set;
}Property Value
AsymmetricKeyParameterThe private key.
Remarks
The private key used for signing.
See Also