SecureTokenUseStringT 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)
Syntax public T UseString<T>(
SecureTokenFuncRef<string, T> callback
)
Public Function UseString(Of T) (
callback As SecureTokenFuncRef(Of String, T)
) As T
Parameters
- callback
- Type: Innovator.ClientSecureTokenFuncRefString, T
Type Parameters
- T
Return Value
Type:
TSee Also