SamlAttributeStatement.AddClaimsToList(IList<Claim>) Method

Definition

Adds the specified set of claims as attributes to this SAML statement.

protected:
 override void AddClaimsToList(System::Collections::Generic::IList<System::IdentityModel::Claims::Claim ^> ^ claims);
protected override void AddClaimsToList (System.Collections.Generic.IList<System.IdentityModel.Claims.Claim> claims);
override this.AddClaimsToList : System.Collections.Generic.IList<System.IdentityModel.Claims.Claim> -> unit
Protected Overrides Sub AddClaimsToList (claims As IList(Of Claim))

Parameters

claims
IList<Claim>

An IList<T> of type Claim that contains the set of claims to add to the SAML statement.

Remarks

Use the AddClaimsToList(IList<Claim>) method to convert a set of claims into attributes of a SAML assertion.

Applies to