SecurityTokenProvider.BeginRenewToken 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보안 토큰을 갱신하는 비동기 작업을 시작합니다.
public:
IAsyncResult ^ BeginRenewToken(TimeSpan timeout, System::IdentityModel::Tokens::SecurityToken ^ tokenToBeRenewed, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginRenewToken (TimeSpan timeout, System.IdentityModel.Tokens.SecurityToken tokenToBeRenewed, AsyncCallback callback, object state);
member this.BeginRenewToken : TimeSpan * System.IdentityModel.Tokens.SecurityToken * AsyncCallback * obj -> IAsyncResult
Public Function BeginRenewToken (timeout As TimeSpan, tokenToBeRenewed As SecurityToken, callback As AsyncCallback, state As Object) As IAsyncResult
매개 변수
- tokenToBeRenewed
- SecurityToken
갱신할 SecurityToken입니다.
- callback
- AsyncCallback
비동기 닫기 작업의 완료에 대한 알림을 수신하는 AsyncCallback 대리자입니다.
- state
- Object
애플리케이션에 의해 지정되는 개체로, 비동기 닫기 작업과 연결된 상태 정보를 포함합니다.
반환
비동기 작업을 참조하는 IAsyncResult입니다.
설명
BeginRenewToken 메서드는 BeginRenewTokenCore 메서드를 호출합니다.
상속자 참고
Begin 및 End라는 접두사를 가진 비동기 메서드는 파생 클래스에서 재정의할 필요가 없습니다. 기본 클래스는 SecurityTokenProvider 동기 메서드를 기반으로 하는 비동기 구현을 제공합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET