次の方法で共有


Saml2SecurityTokenHandler.ProcessAuthenticationStatement メソッド

定義

SAML 2.0 認証ステートメントからクレームを作成し、指定したサブジェクトに追加します。

protected:
 virtual void ProcessAuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationStatement ^ statement, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessAuthenticationStatement (System.IdentityModel.Tokens.Saml2AuthenticationStatement statement, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessAuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (statement As Saml2AuthenticationStatement, subject As ClaimsIdentity, issuer As String)

パラメーター

statement
Saml2AuthenticationStatement

クレームの作成元の Saml2AuthenticationStatement

subject
ClaimsIdentity

クレームを追加するサブジェクト。

issuer
String

発行者。

例外

statementnullです。

または

subjectnullです。

適用対象