CryptographyDecrypt Method (String)
|
Namespace:
Ingeniux.Runtime.Security
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax public static string Decrypt(
string data
)
Public Shared Function Decrypt (
data As String
) As String
public:
static String^ Decrypt(
String^ data
)
static member Decrypt :
data : string -> string
Parameters
- data
- Type: SystemString
Return Value
Type:
StringSee Also