Freigeben über


DeviceAccountConfiguration.WasOutgoingServerCertificateHashConfirmed Eigenschaft

Definition

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

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

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob der Zertifikathash des Ausgangsservers 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: