Share via


CngProvider.MicrosoftPlatformCryptoProvider 属性

定义

获取一个 CngProvider 对象,该对象指定 Microsoft 平台加密存储提供程序。

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

属性值

一个 指定 Microsoft 平台加密存储提供程序的 对象。

适用于