Click or drag to resize

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
)

Parameters

source
Type: SystemByte
X509Thumbprint
Type: SystemString

Return Value

Type: Byte
See Also