共用方式為


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

用來建立憑證要求的智慧卡讀取器名稱。

適用於