PassFruit.Security.Cryptography.RandomNumberGenerator.PlatformSpecificGenerate C# (CSharp) Method

PlatformSpecificGenerate() protected abstract method

protected abstract PlatformSpecificGenerate ( int sizeInBits ) : byte[]
sizeInBits int
return byte[]
        protected abstract byte[] PlatformSpecificGenerate(int sizeInBits);