次の方法で共有


Saml2SecurityTokenHandler.ProcessStatement メソッド

定義

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

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

パラメーター

statements
Collection<Saml2Statement>

クレームの作成元である Saml2Statement のコレクション。

subject
ClaimsIdentity

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

issuer
String

発行者。

例外

subjectnullです。

適用対象