Certificate.StoreName 属性

定义

获取证书的存储名称。

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

属性值

String

Platform::String

winrt::hstring

证书的存储名称。

Windows 要求

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

适用于