Freigeben über


DeviceAccountConfiguration.IsOutgoingServerAuthenticationRequired Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die Authentifizierung für den Postausgangsserver erforderlich ist, oder legt diese fest.

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

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob die Authentifizierung für den Postausgangsserver 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: