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