Share via


CertificateRequestProperties.SmartcardReaderName Property

Definition

Gets or sets the name of the smart card reader used to create the certificate request.

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

Property Value

String

Platform::String

winrt::hstring

The name of the smart card reader used to create the certificate request.

Applies to