次の方法で共有


SamlSecurityTokenHandler.ProcessAuthenticationStatement メソッド

定義

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

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

パラメーター

samlStatement
SamlAuthenticationStatement

クレームの作成元の SamlAuthenticationStatement

subject
ClaimsIdentity

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

issuer
String

発行者。

例外

samlStatementnullです。

または

subjectnullです。

適用対象