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