ClaimCollection.AddRange Method
Adds a set of Claims to the collection.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ClaimCollection Dim collection As IEnumerable(Of Claim) instance.AddRange(collection)
Syntax
'Declaration
Public Sub AddRange ( _
collection As IEnumerable(Of Claim) _
)
public void AddRange (
IEnumerable<Claim> collection
)
public:
void AddRange (
IEnumerable<Claim^>^ collection
)
public void AddRange (
IEnumerable<Claim> collection
)
public function AddRange (
collection : IEnumerable<Claim>
)
Parameter
- collection
Collection of Claims to add.
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
ClaimCollection Class
ClaimCollection Members
Microsoft.IdentityModel.Claims Namespace