Saml2SecurityTokenHandler.ProcessStatement Metod

Definition

Skapar anspråk från en samling SAML 2.0-instruktioner och lägger till dem i det angivna ämnet.

protected:
 virtual void ProcessStatement(System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Statement ^> ^ statements, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessStatement(System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> statements, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessStatement : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessStatement : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessStatement (statements As Collection(Of Saml2Statement), subject As ClaimsIdentity, issuer As String)

Parametrar

statements
Collection<Saml2Statement>

En samling som Saml2Statement anspråken skapas från.

subject
ClaimsIdentity

Det ämne som anspråken läggs till i.

issuer
String

Utfärdaren.

Undantag

subject är null.

Gäller för