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