Certificate.KeyStorageProviderName 属性

定义

获取证书的密钥存储提供程序名称。

public:
 property Platform::String ^ KeyStorageProviderName { Platform::String ^ get(); };
winrt::hstring KeyStorageProviderName();
public string KeyStorageProviderName { get; }
var string = certificate.keyStorageProviderName;
Public ReadOnly Property KeyStorageProviderName As String

属性值

String

Platform::String

winrt::hstring

证书的密钥存储提供程序名称。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于