CryptographyDecrypt Method (Byte, String)
|
Namespace:
Ingeniux.Runtime.Security
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax public static byte[] Decrypt(
byte[] data,
string X509Thumbprint
)
Public Shared Function Decrypt (
data As Byte(),
X509Thumbprint As String
) As Byte()
public:
static array<unsigned char>^ Decrypt(
array<unsigned char>^ data,
String^ X509Thumbprint
)
static member Decrypt :
data : byte[] *
X509Thumbprint : string -> byte[]
Parameters
- data
- Type: SystemByte
- X509Thumbprint
- Type: SystemString
Return Value
Type:
ByteSee Also