PassFruit.Security.Cryptography.RandomNumberGenerator.PlatformSpecificGenerate C# (CSharp) 메소드

PlatformSpecificGenerate() 보호된 추상적인 메소드

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