public DecryptMessage ( byte cipherText, int length ) : byte[] | ||
cipherText | byte | The encrypted buffer. |
length | int | /// The number of bytes to encrypt. /// Should be less than or equal to CipherText.Length. /// |
return | byte[] |
public DecryptMessage ( byte cipherText, int length ) : byte[] | ||
cipherText | byte | The encrypted buffer. |
length | int | /// The number of bytes to encrypt. /// Should be less than or equal to CipherText.Length. /// |
return | byte[] |