MessageCertificateX509.PrivateKeyCsp Property
Gets the Cryptographic Service Provider (CSP) for the private key.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected RSACryptoServiceProvider PrivateKeyCsp { get; }
protected:
property RSACryptoServiceProvider^ PrivateKeyCsp {
RSACryptoServiceProvider^ get();
}
Protected ReadOnly Property PrivateKeyCsp As RSACryptoServiceProvider
Property Value
Type: System.Security.Cryptography.RSACryptoServiceProvider
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top