Click or drag to resize

CryptographyDecrypt Method (String, String)

Namespace:  Ingeniux.Runtime.Security
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
public static string Decrypt(
	string data,
	string X509Thumbprint
)

Parameters

data
Type: SystemString
X509Thumbprint
Type: SystemString

Return Value

Type: String
See Also