Partager via


CertificateRequestProperties.SmartcardReaderName Propriété

Définition

Obtient ou définit le nom du lecteur smart carte utilisé pour créer la demande de certificat.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom du lecteur smart carte utilisé pour créer la demande de certificat.

S’applique à