Freigeben über


DeviceAccountConfiguration.IsClientAuthenticationCertificateRequired Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob für den Server ein Clientauthentifizierungszertifikat erforderlich ist, oder legt den Wert fest.

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

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob für den Server ein Clientauthentifizierungszertifikat erforderlich ist.

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: