Mono Class Library: OverviewSystem.Security.Cryptography.RandomNumberGenerator: Members |
The members of System.Security.Cryptography.RandomNumberGenerator are listed below.
See Also: Inherited members from System.Object
Documentation for this section has not yet been entered.
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).