2 overrides of GetNonZeroBytes
System.Security.Cryptography (2)
System\Security\Cryptography\RandomNumberGeneratorImplementation.cs (1)
48
public override void
GetNonZeroBytes
(byte[] data)
System\Security\Cryptography\RNGCryptoServiceProvider.cs (1)
30
public override void
GetNonZeroBytes
(byte[] data) => _impl.GetNonZeroBytes(data);
2 references to GetNonZeroBytes
System.Security.Cryptography (2)
System\Security\Cryptography\RandomNumberGenerator.cs (1)
88
GetNonZeroBytes
(array);
System\Security\Cryptography\RNGCryptoServiceProvider.cs (1)
30
public override void GetNonZeroBytes(byte[] data) => _impl.
GetNonZeroBytes
(data);