User.InternalPrincipal プロパティ

定義

現在のユーザーを表すプリンシパル オブジェクトを取得または設定します。

protected:
 virtual property System::Security::Principal::IPrincipal ^ InternalPrincipal { System::Security::Principal::IPrincipal ^ get(); void set(System::Security::Principal::IPrincipal ^ value); };
protected virtual System.Security.Principal.IPrincipal InternalPrincipal { get; set; }
member this.InternalPrincipal : System.Security.Principal.IPrincipal with get, set
Protected Overridable Property InternalPrincipal As IPrincipal

プロパティ値

現在のユーザーを表す IPrincipal オブジェクト。

注釈

オブジェクトでは User 、このプロパティは プロパティを Thread.CurrentPrincipal ラップします。 派生クラスでこのメソッドをオーバーライドして、異なる動作を提供します。 たとえば、 プロパティは WebUser.InternalPrincipal 、このプロパティをオーバーライドします。

適用対象

こちらもご覧ください