WebAuthenticationResult Klasse

Definition

Gibt das Ergebnis des Authentifizierungsvorgangs an.

public ref class WebAuthenticationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class WebAuthenticationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class WebAuthenticationResult
Public NotInheritable Class WebAuthenticationResult
Vererbung
Object Platform::Object IInspectable WebAuthenticationResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

ResponseData

Enthält die Protokolldaten, wenn der Vorgang erfolgreich abgeschlossen wurde.

ResponseErrorDetail

Gibt den HTTP-Fehlercode zurück, wenn ResponseStatusgleich WebAuthenticationStatus.ErrorHttp ist. Dies ist nur verfügbar, wenn ein Fehler vorliegt.

ResponseStatus

Enthält die status des asynchronen Vorgangs, wenn er abgeschlossen ist.

Gilt für:

Weitere Informationen