Mono Class Library: OverviewSystem.Security.Cryptography.RandomNumberGenerator: Method Members |
The methods of System.Security.Cryptography.RandomNumberGenerator are listed below. For a list of all members, see the RandomNumberGenerator Members list.
See Also: Inherited members from System.Object
staticCreate() : RandomNumberGenerator Create an instance of the default random number generation implementation. staticCreate(string) : RandomNumberGenerator Create an instance of the specified random number generator implementation. abstractGetBytes(byte[]) Fill the supplied buffer with random bytes. abstractGetNonZeroBytes(byte[]) Fill the supplied buffer with random bytes excluding zeros (0x00).