RijndaelEnhancedDecrypt Method (Byte) |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic string Decrypt(
byte[] cipherTextBytes
)
Public Function Decrypt (
cipherTextBytes As Byte()
) As String
public:
String^ Decrypt(
array<unsigned char>^ cipherTextBytes
)
member Decrypt :
cipherTextBytes : byte[] -> string
Parameters
- cipherTextBytes
- Type: SystemByte
Return Value
Type:
String
See Also