Freigeben über


DeviceAccountConfiguration.AutoSelectAuthenticationCertificate Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob das Authentifizierungszertifikat automatisch ausgewählt werden soll, oder legt diesen fest.

public:
 property bool AutoSelectAuthenticationCertificate { bool get(); void set(bool value); };
bool AutoSelectAuthenticationCertificate();

void AutoSelectAuthenticationCertificate(bool value);
public bool AutoSelectAuthenticationCertificate { get; set; }
var boolean = deviceAccountConfiguration.autoSelectAuthenticationCertificate;
deviceAccountConfiguration.autoSelectAuthenticationCertificate = boolean;
Public Property AutoSelectAuthenticationCertificate As Boolean

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob das Authentifizierungszertifikat automatisch ausgewählt werden soll.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
userDataAccountsProvider

Gilt für: