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

PGPManaged..::..TryDecrypt Method (String, KeyRing, Nullable<(Of <(<'String>)>)>%)

Tries to decrypts the specified cyphered text.

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

Syntax


public static bool TryDecrypt(
	string cyphered,
	KeyRing key,
	out Nullable<string> clearText
)

Parameters

cyphered
Type: String
The cyphered text.
key
Type: Walter.Cypher.PGP..::..KeyRing
The key to use.
clearText
Type: Nullable<(Of <(<'String>)>)>%
the clear text

Return Value

True if ok.