WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

Crypto..::..Decrypt Method (String, String, String)

Deciphers text that was cyphered with a given certificate

Namespace:  Walter.Cypher
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


public static string Decrypt(
	string cipher,
	string certFileName,
	string pw
)

Parameters

cipher
Type: String
the text to decipher
certFileName
Type: String
the certificate to use
pw
Type: String
the password of the certificate

Return Value

UTF 8 text

See Also


Decrypt Overload