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

用于创建证书请求的智能卡读取器的名称。

适用于