PassFruit.Security.Cryptography.RandomNumberGenerator.PlatformSpecificGenerate C# (CSharp) Метод

PlatformSpecificGenerate() защищенный абстрактный Метод

protected abstract PlatformSpecificGenerate ( int sizeInBits ) : byte[]
sizeInBits int
Результат byte[]
        protected abstract byte[] PlatformSpecificGenerate(int sizeInBits);