SecurityTokenProvider.EndGetToken(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成非同步作業,以便取得安全性權杖。
public:
System::IdentityModel::Tokens::SecurityToken ^ EndGetToken(IAsyncResult ^ result);
public System.IdentityModel.Tokens.SecurityToken EndGetToken (IAsyncResult result);
member this.EndGetToken : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
Public Function EndGetToken (result As IAsyncResult) As SecurityToken
參數
- result
- IAsyncResult
IAsyncResult,在呼叫 BeginGetToken(TimeSpan, AsyncCallback, Object) 方法時所傳回。
傳回
表示安全性權杖的 SecurityToken。
備註
EndGetToken 方法會呼叫 EndGetTokenCore 方法。