Freigeben über


ClaimsIdentityCollection.AddRange Method

Adds the specified collection of IClaimsIdentity to the collection.

Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ClaimsIdentityCollection
Dim collection As IEnumerable(Of IClaimsIdentity)

instance.AddRange(collection)

Syntax

'Declaration
Public Sub AddRange ( _
    collection As IEnumerable(Of IClaimsIdentity) _
)
public void AddRange (
    IEnumerable<IClaimsIdentity> collection
)
public:
void AddRange (
    IEnumerable<IClaimsIdentity^>^ collection
)
public void AddRange (
    IEnumerable<IClaimsIdentity> collection
)
public function AddRange (
    collection : IEnumerable<IClaimsIdentity>
)

Parameter

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

ClaimsIdentityCollection Class
ClaimsIdentityCollection Members
Microsoft.IdentityModel.Claims Namespace