CryptoDecrypt(String, CryptoCryptoTypes) Method

decrypts a string acc. to the decryption type

Definition

Namespace: KLib.Crypto
Assembly: KLib.Utilities (in KLib.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string Decrypt(
	string inputText,
	CryptoCryptoTypes cryptoType
)

Parameters

inputText  String
string to decrypt
cryptoType  CryptoCryptoTypes
type of decryption

Return Value

String
a decrypted string

See Also