SecurityTokenProvider.SecurityTokenAsyncResult.End(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的结果完成异步操作。
public:
static System::IdentityModel::Tokens::SecurityToken ^ End(IAsyncResult ^ result);
public static System.IdentityModel.Tokens.SecurityToken End (IAsyncResult result);
static member End : IAsyncResult -> System.IdentityModel.Tokens.SecurityToken
Public Shared Function End (result As IAsyncResult) As SecurityToken
参数
- result
- IAsyncResult
异步操作的结果。
返回
返回 SecurityToken。