Aracılığıyla paylaş


SamlSecurityTokenHandler.ProcessStatement Yöntem

Tanım

SAML 1.1 deyimleri koleksiyonundan talepler oluşturur ve bunları belirtilen konuya ekler.

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

Parametreler

statements
IList<SamlStatement>

Taleplerin oluşturulduğu SAML deyimleri.

subject
ClaimsIdentity

Taleplerin eklendiği konu.

issuer
String

Veren.

Özel durumlar

statements, null değeridir.

Şunlara uygulanır