SecureToken.UseString<T> Method |
Use the password as a string in a secure fashion
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntaxpublic T UseString<T>(
SecureToken. FuncRef<string, T> callback
)
Public Function UseString(Of T) (
callback As SecureToken. FuncRef(Of String, T)
) As T
Parameters
- callback
- Type: Innovator.Client.SecureToken.FuncRef<String, T>
Type Parameters
- T
Return Value
Type:
T
See Also