IssuedSecurityTokenProvider.EndGetTokenCore(IAsyncResult) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Termina la chiamata asincrona per ottenere il nucleo del token.
protected:
override System::IdentityModel::Tokens::SecurityToken ^ EndGetTokenCore(IAsyncResult ^ result);
protected override System.IdentityModel.Tokens.SecurityToken EndGetTokenCore (IAsyncResult result);
override this.EndGetTokenCore : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
Protected Overrides Function EndGetTokenCore (result As IAsyncResult) As SecurityToken
Parametri
- result
- IAsyncResult
Oggetto IAsyncResult che rappresenta il risultato di un'operazione asincrona.
Restituisce
Token di sicurezza.