 | DKIMSignatureConfigurationRsa Property |
RSA class containing private key used for signing.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic RSACryptoServiceProvider Rsa { get; }Public ReadOnly Property Rsa As RSACryptoServiceProvider
Get
public:
property RSACryptoServiceProvider^ Rsa {
RSACryptoServiceProvider^ get ();
}member Rsa : RSACryptoServiceProvider with get
Property Value
RSACryptoServiceProvider
See Also