次の方法で共有


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 で導入)

適用対象