Aracılığıyla paylaş


Saml2SecurityTokenHandler.ProcessStatement Yöntem

Tanım

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

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)

Parametreler

statements
Collection<Saml2Statement>

Taleplerin Saml2Statement oluşturulduğu koleksiyon.

subject
ClaimsIdentity

Taleplerin eklendiği konu.

issuer
String

Veren.

Özel durumlar

subject, null değeridir.

Şunlara uygulanır