ClaimCollection.CopyTo Method
Copies the given set of Claims from the given array starting at arrayIndex.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ClaimCollection Dim array As Claim() Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex)
Syntax
'Declaration
Public Sub CopyTo ( _
array As Claim(), _
arrayIndex As Integer _
)
public void CopyTo (
Claim[] array,
int arrayIndex
)
public:
virtual void CopyTo (
array<Claim^>^ array,
int arrayIndex
) sealed
public final void CopyTo (
Claim[] array,
int arrayIndex
)
public final function CopyTo (
array : Claim[],
arrayIndex : int
)
Parameter
- array
The claim array to copy from.
- arrayIndex
The index at which to begin copying.
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