Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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