共用方式為


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

適用於