Aracılığıyla paylaş


SamlSecurityTokenHandler.ProcessAttributeStatement Yöntem

Tanım

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

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

Parametreler

samlStatement
SamlAttributeStatement

Taleplerin SamlAttributeStatement oluşturulduğu yer.

subject
ClaimsIdentity

Taleplerin eklendiği konu.

issuer
String

Veren.

Özel durumlar

samlStatement, null değeridir.

-veya-

subject, null değeridir.

Açıklamalar

Oluşturulan talepler konuya eklenir.

Şunlara uygulanır