Copies the given set of IClaimsIdentity from the given array starting at arrayIndex.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As ClaimsIdentityCollection Dim array As IClaimsIdentity() Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex) |
Синтаксис
Visual Basic |
---|
Public Sub CopyTo ( _ array As IClaimsIdentity(), _ arrayIndex As Integer _ ) |
C# |
---|
public void CopyTo ( IClaimsIdentity[] array, int arrayIndex ) |
C++ |
---|
public: virtual void CopyTo ( array<IClaimsIdentity^>^ array, int arrayIndex ) sealed |
J# |
---|
public final void CopyTo ( IClaimsIdentity[] array, int arrayIndex ) |
JScript |
---|
public final function CopyTo ( array : IClaimsIdentity[], arrayIndex : int ) |
Параметры
- array
-
The IClaimsIdentity array to copy from.
- arrayIndex
-
The index at which to begin copying.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.