RijndaelEnhancedDecrypt Method (String) |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic string Decrypt(
string cipherText
)
Public Function Decrypt (
cipherText As String
) As String
public:
String^ Decrypt(
String^ cipherText
)
member Decrypt :
cipherText : string -> string
Parameters
- cipherText
- Type: SystemString
Return Value
Type:
String
See Also