Click or drag to resize
SecureToken.UseString<T> 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 UseString<T>(
	SecureToken. FuncRef<string, T> callback
)

Parameters

callback
Type: Innovator.Client.SecureToken.FuncRef<String, T>

Type Parameters

T

Return Value

Type: T
See Also