Delegate GenerateAssertionCallback
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
public delegate Task<RTCIdentityAssertionResult> GenerateAssertionCallback(string contents, string origin, RTCIdentityProviderOptions options)
Parameters
contents string
origin string
options RTCIdentityProviderOptions
Returns
- Task<RTCIdentityAssertionResult>
Constructors
GenerateAssertionCallback(object, nint)
public GenerateAssertionCallback(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(string, string, RTCIdentityProviderOptions, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string contents, string origin, RTCIdentityProviderOptions options, AsyncCallback callback, object @object)
Parameters
contents string
origin string
options RTCIdentityProviderOptions
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual Task<RTCIdentityAssertionResult> EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- Task<RTCIdentityAssertionResult>
Invoke(string, string, RTCIdentityProviderOptions)
public virtual Task<RTCIdentityAssertionResult> Invoke(string contents, string origin, RTCIdentityProviderOptions options)
Parameters
contents string
origin string
options RTCIdentityProviderOptions
Returns
- Task<RTCIdentityAssertionResult>