CertificateRequestProperties.SmartcardReaderName Proprietà

Definizione

Ottiene o imposta il nome del lettore di smart card utilizzato per creare la richiesta di certificato.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Nome del lettore di smart card usato per creare la richiesta di certificato.

Si applica a