AsymmetricEncryptorEncrypt Method (Byte, Int32, Int32) |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public byte[] Encrypt(
byte[] data,
int start,
int count
)
Public Function Encrypt (
data As Byte(),
start As Integer,
count As Integer
) As Byte()
Parameters
- data
- Type: SystemByte
- start
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type:
ByteSee Also