SecurityTokenService.EndIssue(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,完成非同步 WS-Trust 發行要求。
public:
virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ EndIssue(IAsyncResult ^ result);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndIssue (IAsyncResult result);
abstract member EndIssue : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.EndIssue : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function EndIssue (result As IAsyncResult) As RequestSecurityTokenResponse
參數
- result
- IAsyncResult
IAsyncResult,在呼叫 BeginIssue(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) 方法時所傳回。
傳回
RequestSecurityTokenResponse,表示要傳回至呼叫端的 RSTR。
備註
這個方法預設實作會擲回 InvalidRequestException。