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


Saml2SecurityTokenHandler.ProcessAuthenticationStatement Метод

Определение

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

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

Параметры

statement
Saml2AuthenticationStatement

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

subject
ClaimsIdentity

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

issuer
String

Издатель.

Исключения

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

-или-

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

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