UserAuthenticationStatusChangingEventArgs 類別

定義

提供使用者驗證狀態變更事件的資料。

public ref class UserAuthenticationStatusChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserAuthenticationStatusChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserAuthenticationStatusChangingEventArgs
Public NotInheritable Class UserAuthenticationStatusChangingEventArgs
繼承
Object Platform::Object IInspectable UserAuthenticationStatusChangingEventArgs
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

在引發 UserAuthenticationStatusChanging 事件時,使用者的驗證狀態尚未變更。

屬性

CurrentStatus

取得使用者的目前驗證狀態。

NewStatus

取得使用者的新驗證狀態。

User

取得使用者。

方法

GetDeferral()

要求使用者驗證狀態變更之前的延遲。

適用於