CreateNegotiateTokenAsync Method
Creates the negotiate token.
Syntax
[VB.NET] Public Function CreateNegotiateTokenAsync() As IAsyncAction
[C#] public IAsyncAction CreateNegotiateTokenAsync();
IP*Works! Auth V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateNegotiateTokenAsync MethodCreates the negotiate token. Syntax[VB.NET] Public Function CreateNegotiateTokenAsync() As IAsyncAction [C#] public IAsyncAction CreateNegotiateTokenAsync(); RemarksThis method is the asynchronous version of the CreateNegotiateToken method and is used to support asynchronous operations in WinRT. Please refer to CreateNegotiateToken for more information. |
||