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


Saml2SecurityTokenHandler.ProcessAttributeStatement Метод

Определение

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

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

Параметры

statement
Saml2AttributeStatement

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

subject
ClaimsIdentity

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

issuer
String

Издатель.

Исключения

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

-или-

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

Комментарии

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

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