CngProvider.MicrosoftSoftwareKeyStorageProvider Property

Definition

Gets a CngProvider object that specifies the Microsoft Software Key Storage Provider.

public:
 static property System::Security::Cryptography::CngProvider ^ MicrosoftSoftwareKeyStorageProvider { System::Security::Cryptography::CngProvider ^ get(); };
public static System.Security.Cryptography.CngProvider MicrosoftSoftwareKeyStorageProvider { get; }
static member MicrosoftSoftwareKeyStorageProvider : System.Security.Cryptography.CngProvider
Public Shared ReadOnly Property MicrosoftSoftwareKeyStorageProvider As CngProvider

Property Value

An object that specifies the Microsoft Software Key Storage Provider.

Applies to