Compartir a través de


CertificateRequestProperties.SmartcardReaderName Propiedad

Definición

Obtiene o establece el nombre del lector de tarjetas inteligentes que se usa para crear la solicitud de certificado.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre del lector de tarjetas inteligentes que se usa para crear la solicitud de certificado.

Se aplica a