PassFruit.Security.Cryptography.RandomNumberGenerator.PlatformSpecificGenerate C# (CSharp) Méthode

PlatformSpecificGenerate() protected abstract méthode

protected abstract PlatformSpecificGenerate ( int sizeInBits ) : byte[]
sizeInBits int
Résultat byte[]
        protected abstract byte[] PlatformSpecificGenerate(int sizeInBits);