다음을 통해 공유


IssuedSecurityTokenProvider.Close 메서드

정의

공급자를 닫습니다.

오버로드

Close(TimeSpan)

공급자를 닫습니다.

Close()

공급자를 닫습니다.

Close(TimeSpan)

공급자를 닫습니다.

public:
 virtual void Close(TimeSpan timeout);
public void Close (TimeSpan timeout);
abstract member Close : TimeSpan -> unit
override this.Close : TimeSpan -> unit
Public Sub Close (timeout As TimeSpan)

매개 변수

timeout
TimeSpan

이 기간이 지나면 호출 시간 제한이 초과되는 TimeSpan입니다.

구현

적용 대상

Close()

공급자를 닫습니다.

public:
 virtual void Close();
public void Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
Public Sub Close ()

구현

적용 대상