SecurityTokenProvider.SecurityTokenAsyncResult Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of SecurityTokenProvider.SecurityTokenAsyncResult.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.