Base:
method
GetBytes
System.Security.Cryptography.RandomNumberGenerator.GetBytes(System.Span<System.Byte>)
2 references to GetBytes
System.Security.Cryptography (2)
System\Security\Cryptography\RandomNumberGeneratorImplementation.cs (2)
31GetBytes(new Span<byte>(data)); 37GetBytes(new Span<byte>(data, offset, count));