Поделиться через


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

Имя средства чтения смарт-карта, используемого для создания запроса на сертификат.

Применяется к