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()

ユーザーの認証状態が変更されるまでの遅延を要求します。

適用対象