다음을 통해 공유


SecurityTokenService.GetIssuerName 메서드

정의

STS(보안 토큰 서비스)의 이름을 가져옵니다.

protected:
 virtual System::String ^ GetIssuerName();
protected virtual string GetIssuerName ();
abstract member GetIssuerName : unit -> string
override this.GetIssuerName : unit -> string
Protected Overridable Function GetIssuerName () As String

반환

발급자 이름입니다.

설명

이 메서드는 기본 토큰 발급 파이프라인 구현에서 호출 된 Issue 메서드.

기본 구현은 반환 합니다 TokenIssuerName 를 통해 액세스 하는 구성에서 속성을 SecurityTokenServiceConfiguration 속성.

적용 대상

추가 정보