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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา