Click or drag to resize
SecureTokenUseBytesT Method
Use the password as a string in a secure fashion

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public T UseBytes<T>(
	SecureTokenFuncRef<byte[], T> callback
)

Parameters

callback
Type: Innovator.ClientSecureTokenFuncRefByte, T

Type Parameters

T

Return Value

Type: T
See Also