Поделиться через


SamlSecurityTokenHandler.ProcessAttributeStatement Метод

Определение

Создает утверждения на основе оператора атрибута SAML 1.1 и добавляет их в указанный субъект.

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

Параметры

samlStatement
SamlAttributeStatement

Объект SamlAttributeStatement, из которого создаются утверждения.

subject
ClaimsIdentity

Субъект, к которому добавляются требования.

issuer
String

Издатель.

Исключения

samlStatement имеет значение null.

-или-

subject имеет значение null.

Комментарии

Созданные утверждения добавляются в субъект.

Применяется к