Method | Description | |
---|---|---|
GetDecryptor ( ) : ICryptoTransform | ||
GetEncryptor ( ) : ICryptoTransform |
Method | Description | |
---|---|---|
RandomCryptographyProvider ( [ name, [ configuration ) : System |
Initializes a new instance of the RandomCryptographyProvider class.
|
Method | Description | |
---|---|---|
Create ( [ name, [ algorithm, System.Xml.Linq.XElement configurationElement ) : |
Creates a CryptographyProvider from a RandomNumberGenerator.
|
|
EncryptBlock ( [ algorithm, [ inputBuffer, int inputOffset, int inputCount, [ outputBuffer, int outputOffset ) : int |
Encrypts the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array.
|
|
EncryptFinalBlock ( [ algorithm, [ inputBuffer, int inputOffset, int inputCount ) : byte[] |
Encrypts the specified region of the specified byte array.
|
|
GetAlgorithm ( ) : |
||
GetBytes ( int count ) : byte[] | ||
GetBytes ( [ data ) : void | ||
GetNonZeroBytes ( int count ) : byte[] | ||
GetNonZeroBytes ( [ data ) : void | ||
GetNonZeroRandomBytes ( int count ) : byte[] | ||
GetNonZeroRandomBytes ( [ data ) : void | ||
GetRandomBytes ( int count ) : byte[] | ||
GetRandomBytes ( [ data ) : void |
protected RandomCryptographyProvider ( [ name, [ configuration ) : System | ||
name | [ | The name. |
configuration | [ | The configuration. |
return | System |