Copies the range of elements from the CryptographicAttributeValueCollection to a compatible one-dimensional
array, starting at the specified index of the target array.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub CopyTo ( _ array As Byte()(), _ index As Integer _ ) |
C# |
---|
public void CopyTo( byte[][] array, int index ) |
Parameters
- array
- Type: array<array<System..::..Byte>[]()[][]>[]()[][]
One-dimensional zero-based array that is the destination of the elements copied from CryptographicAttributeValueCollection.
- index
- Type: System..::..Int32
A zero-based index in the destination array at which copying begins.