次の方法で共有


SamlSecurityTokenHandler.ProcessStatement メソッド

定義

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

protected:
 virtual void ProcessStatement(System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlStatement ^> ^ statements, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessStatement (System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessStatement : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessStatement : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessStatement (statements As IList(Of SamlStatement), subject As ClaimsIdentity, issuer As String)

パラメーター

statements
IList<SamlStatement>

クレーム作成元の SAML ステートメント。

subject
ClaimsIdentity

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

issuer
String

発行者。

例外

statementsnullです。

適用対象