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

PGPManaged..::..Decrypt Method (String, KeyRing)

Decrypts the specified cyphered text.

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

Syntax


public static string Decrypt(
	string cyphered,
	KeyRing key
)

Parameters

cyphered
Type: String
The cyphered text.
key
Type: Walter.Cypher.PGP..::..KeyRing
The key to use.

Return Value

System.String.