PassportAuthenticationEventArgs.User 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要與要求相關聯的 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 取代。