RNGCryptoServiceProvider Methods
.NET Framework 4.5
The RNGCryptoServiceProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose() | When overridden in a derived class, releases all resources used by the current instance of the RandomNumberGenerator class. (Inherited from RandomNumberGenerator.) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetBytes | Fills an array of bytes with a cryptographically strong sequence of random values. (Overrides RandomNumberGenerator.GetBytes(Byte[]).) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNonZeroBytes | Fills an array of bytes with a cryptographically strong sequence of random nonzero values. (Overrides RandomNumberGenerator.GetNonZeroBytes(Byte[]).) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |