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

CryptoStringExtensions..::..Decrypt Method (array<Byte>[]()[][], X509Certificate2, RSAEncryptionPadding)

Decrypts the specified certificate.

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

Syntax


public static byte[] Decrypt(
	this byte[] bytes,
	X509Certificate2 certificate,
	RSAEncryptionPadding padding
)

Parameters

bytes
Type: array<Byte>[]()[][]
The bytes.
certificate
Type: X509Certificate2
The certificate.
padding
Type: RSAEncryptionPadding
The padding.

Return Value

System.Byte[].

Exceptions