RandomNumberGeneratorExt Class
Namespace: Yubico.YubiKey.Cryptography Assembly: Yubico.YubiKey.dllExtension class to extend random number functionality.
C#
public static class RandomNumberGeneratorExt : Object
Inheritance
System.Object
RandomNumberGeneratorExt
Methods
Name | Description |
---|---|
Fill(RandomNumberGenerator, Span<Byte>) | Fill a range with random bytes. |
GetByte(RandomNumberGenerator, Int32, Int32) | Get a langword_csharp_byte with a random value. |
GetInt32(RandomNumberGenerator, Int32, Int32) | Gets a random 32-bit signed int. |