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

适用于