Aracılığıyla paylaş


Saml2SecurityTokenHandler.ProcessAttributeStatement Yöntem

Tanım

SAML 2.0 öznitelik deyiminden talepler oluşturur ve bunları belirtilen konuya ekler.

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)

Parametreler

statement
Saml2AttributeStatement

Taleplerin Saml2AttributeStatement oluşturulduğu yer.

subject
ClaimsIdentity

Taleplerin eklendiği konu.

issuer
String

Veren.

Özel durumlar

statement, null değeridir.

-veya-

subject, null değeridir.

Açıklamalar

Oluşturulan talepler konuya eklenir.

Şunlara uygulanır