다음을 통해 공유


SecurityTokenService.EndIssue(IAsyncResult) 메서드

정의

파생 클래스에서 재정의되는 경우 비동기 WS-Trust Issue 요청을 완료합니다.

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

매개 변수

반환

호출자에게 반환할 RSTR을 나타내는 RequestSecurityTokenResponse입니다.

설명

이 메서드의 기본 구현은 throw는 InvalidRequestException합니다.

적용 대상