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

인증서 요청을 만드는 데 사용되는 스마트 카드 판독기의 이름입니다.

적용 대상