Method | Description | |
---|---|---|
GetDecryptor ( ) : ICryptoTransform | ||
GetEncryptor ( ) : ICryptoTransform |
Method | Description | |
---|---|---|
Create ( |
||
Create ( [ configuration ) : |
||
Create ( [ algorithm, [ configurationElement ) : |
||
Create ( int keySize = 1024 ) : |
||
DecryptBlock ( [ provider, [ inputBuffer, int inputOffset, int inputCount, [ outputBuffer, int outputOffset ) : int |
Decrypts the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array.
|
|
DecryptFinalBlock ( [ provider, [ inputBuffer, int inputOffset, int inputCount ) : byte[] |
Decrypts the specified region of the specified byte array.
|
|
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.
|
|
RSACryptographyProvider ( [ configuration, |
Initializes a new instance of the RSACryptographyProvider class from an
|