NetWrok.HTTP.RC4.CryptographicallyRandomValues C# (CSharp) Method

CryptographicallyRandomValues() public static method

public static CryptographicallyRandomValues ( List buffer, int offset, int length ) : void
buffer List
offset int
length int
return void
        public static void CryptographicallyRandomValues(List<byte> buffer, int offset, int length)
        {
            instance.RandomValues (buffer, offset, length);
        }