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