Freigeben über


DeviceAccountConfiguration.WasIncomingServerCertificateHashConfirmed Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob der Zertifikathash des Eingehenden Servers bestätigt wurde, oder legt den Wert fest.

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

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob der Zertifikathash des Eingehenden Servers bestätigt wurde.

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: