SecurityTokenProvider.SecurityTokenAsyncResult Constructor

Definition

public:
 SecurityTokenAsyncResult(System::IdentityModel::Tokens::SecurityToken ^ token, AsyncCallback ^ callback, System::Object ^ state);
public SecurityTokenAsyncResult (System.IdentityModel.Tokens.SecurityToken token, AsyncCallback callback, object state);
new System.IdentityModel.Selectors.SecurityTokenProvider.SecurityTokenAsyncResult : System.IdentityModel.Tokens.SecurityToken * AsyncCallback * obj -> System.IdentityModel.Selectors.SecurityTokenProvider.SecurityTokenAsyncResult
Public Sub New (token As SecurityToken, callback As AsyncCallback, state As Object)

Parameters

token
SecurityToken

A security token with which to instantiate the SecurityTokenProvider.SecurityTokenAsyncResult.

callback
AsyncCallback

The callback method to be called when the asynchronous operation completes.

state
Object

The object provided as the last parameter of the asynchronous method call.

Applies to