SecurityTokenValidatedEventArgs.ClaimsPrincipal プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トークンの有効性の検証の結果の ClaimsPrincipal を取得または設定します。
public:
property System::Security::Claims::ClaimsPrincipal ^ ClaimsPrincipal { System::Security::Claims::ClaimsPrincipal ^ get(); void set(System::Security::Claims::ClaimsPrincipal ^ value); };
public System.Security.Claims.ClaimsPrincipal ClaimsPrincipal { get; set; }
member this.ClaimsPrincipal : System.Security.Claims.ClaimsPrincipal with get, set
Public Property ClaimsPrincipal As ClaimsPrincipal
プロパティ値
トークン認証の結果であるクレーム プリンシパル。