SecureToken Constructor (Byte, Int32, Int32) |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public SecureToken(
ref byte[] unencrypted,
int start,
int length
)
Public Sub New (
ByRef unencrypted As Byte(),
start As Integer,
length As Integer
)
Parameters
- unencrypted
- Type: SystemByte
- start
- Type: SystemInt32
- length
- Type: SystemInt32
See Also