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