次の方法で共有


CertificateRequestProperties.SmartcardReaderName プロパティ

定義

証明書要求の作成に使用するスマート カード リーダーの名前を取得または設定します。

public:
 property Platform::String ^ SmartcardReaderName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SmartcardReaderName();

void SmartcardReaderName(winrt::hstring value);
public string SmartcardReaderName { get; set; }
var string = certificateRequestProperties.smartcardReaderName;
certificateRequestProperties.smartcardReaderName = string;
Public Property SmartcardReaderName As String

プロパティ値

String

Platform::String

winrt::hstring

証明書要求の作成に使用されるスマート カード リーダーの名前。

適用対象