WebAuthenticationResult.ResponseErrorDetail 属性

定义

ResponseStatus 等于 WebAuthenticationStatus.ErrorHttp 时返回 HTTP 错误代码。 仅当存在错误时,这才可用。

public:
 property unsigned int ResponseErrorDetail { unsigned int get(); };
uint32_t ResponseErrorDetail();
public uint ResponseErrorDetail { get; }
var uInt32 = webAuthenticationResult.responseErrorDetail;
Public ReadOnly Property ResponseErrorDetail As UInteger

属性值

UInt32

unsigned int

uint32_t

特定的 HTTP 错误,例如 400。

适用于

另请参阅