WSTrustChannel.EndIssue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成非同步作業以將 WS-Trust 發行訊息傳送至端點。
多載
EndIssue(IAsyncResult, RequestSecurityTokenResponse) |
完成非同步作業以傳送 BeginIssue(RequestSecurityToken, AsyncCallback, Object) 方法所啟始的 WS-Trust 發行訊息。 |
EndIssue(IAsyncResult) |
完成非同步作業以傳送 BeginIssue(Message, AsyncCallback, Object) 方法所啟始的 WS-Trust 發行訊息。 |
EndIssue(IAsyncResult, RequestSecurityTokenResponse)
完成非同步作業以傳送 BeginIssue(RequestSecurityToken, AsyncCallback, Object) 方法所啟始的 WS-Trust 發行訊息。
public:
virtual System::IdentityModel::Tokens::SecurityToken ^ EndIssue(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % rstr);
public System.IdentityModel.Tokens.SecurityToken EndIssue (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr);
abstract member EndIssue : IAsyncResult * RequestSecurityTokenResponse -> System.IdentityModel.Tokens.SecurityToken
override this.EndIssue : IAsyncResult * RequestSecurityTokenResponse -> System.IdentityModel.Tokens.SecurityToken
Public Function EndIssue (result As IAsyncResult, ByRef rstr As RequestSecurityTokenResponse) As SecurityToken
參數
- result
- IAsyncResult
未處理的非同步傳送要求的參考。
RequestSecurityTokenResponse,表示 STS 回應。
傳回
SecurityToken,表示 STS 所發行的權杖。
實作
適用於
EndIssue(IAsyncResult)
完成非同步作業以傳送 BeginIssue(Message, AsyncCallback, Object) 方法所啟始的 WS-Trust 發行訊息。
public:
virtual System::ServiceModel::Channels::Message ^ EndIssue(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndIssue (IAsyncResult asyncResult);
abstract member EndIssue : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndIssue : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndIssue (asyncResult As IAsyncResult) As Message
參數
- asyncResult
- IAsyncResult
未處理的非同步傳送要求的 IAsyncResult 參考。
傳回
從 STS 傳回的 Message。