SamlSecurityTokenHandler.AddActorToAttributes Method

Definition

Adds all Actors.

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

Parameters

attributes
ICollection<SamlAttribute>

Attribute collection to which the Actor added.

Exceptions

if attributes is null.

Applies to