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

Crypto..::..Decipher Method (array<Byte>[]()[][], X509Certificate2)

Deciphers the specified cypher bytes.

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

Syntax


public static byte[] Decipher(
	byte[] cypherBytes,
	X509Certificate2 certificate
)

Parameters

cypherBytes
Type: array<Byte>[]()[][]
The cypher bytes.
certificate
Type: X509Certificate2
The certificate.

Return Value

System.String.