ArraysCopyOf(Byte, Int32) Method
Namespace: Org.BouncyCastle.UtilitiesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static byte[] CopyOf(
byte[] data,
int newLength
)
Public Shared Function CopyOf (
data As Byte(),
newLength As Integer
) As Byte()
Org.BouncyCastle.Utilities.Arrays.CopyOf = function(data, newLength);
- data Byte
-
- newLength Int32
-
Byte