Sdílet prostřednictvím


SamlSecurityTokenHandler.AddDelegateToAttributes Metoda

Definice

Přidá všechny delegáty přidružené k předmětu ActAs do kolekce atributů.

protected:
 virtual void AddDelegateToAttributes(System::Security::Claims::ClaimsIdentity ^ subject, System::Collections::Generic::ICollection<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes, System::IdentityModel::Tokens::SecurityTokenDescriptor ^ tokenDescriptor);
protected virtual void AddDelegateToAttributes (System.Security.Claims.ClaimsIdentity subject, System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> attributes, System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member AddDelegateToAttributes : System.Security.Claims.ClaimsIdentity * System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> * System.IdentityModel.Tokens.SecurityTokenDescriptor -> unit
override this.AddDelegateToAttributes : System.Security.Claims.ClaimsIdentity * System.Collections.Generic.ICollection<System.IdentityModel.Tokens.SamlAttribute> * System.IdentityModel.Tokens.SecurityTokenDescriptor -> unit
Protected Overridable Sub AddDelegateToAttributes (subject As ClaimsIdentity, attributes As ICollection(Of SamlAttribute), tokenDescriptor As SecurityTokenDescriptor)

Parametry

subject
ClaimsIdentity

Delegát tohoto ClaimsIdentity objektu bude serializován do SamlAttribute. Delegát je určen vlastností Actor .

attributes
ICollection<SamlAttribute>

Kolekce atributů, do které bude serializován token ActAs.

tokenDescriptor
SecurityTokenDescriptor

Popisovač tokenu.

Výjimky

subject je null.

-nebo-

tokenDescriptor je null.

Platí pro