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 引進)

適用於