PassportAuthenticationEventArgs.User 屬性

定義

取得或設定要與要求相關聯的 IPrincipal 物件。 這個類別已被取代。

public:
 property System::Security::Principal::IPrincipal ^ User { System::Security::Principal::IPrincipal ^ get(); void set(System::Security::Principal::IPrincipal ^ value); };
public System.Security.Principal.IPrincipal User { get; set; }
member this.User : System.Security.Principal.IPrincipal with get, set
Public Property User As IPrincipal

屬性值

與要求關聯的 IPrincipal 物件。

備註

此類別已被取代,不再支援。 Microsoft Passport 網路已由 Windows Live ID 取代。

適用於

另請參閱