다음을 통해 공유


SessionSecurityTokenHandler.GetTokenTypeIdentifiers 메서드

정의

이 처리기에서 처리할 수 있는 토큰 형식의 토큰 형식 URI를 가져옵니다.

public:
 override cli::array <System::String ^> ^ GetTokenTypeIdentifiers();
public override string[] GetTokenTypeIdentifiers ();
override this.GetTokenTypeIdentifiers : unit -> string[]
Public Overrides Function GetTokenTypeIdentifiers () As String()

반환

String[]

이 처리기에서 처리할 수 있는 토큰 형식의 토큰 형식 식별자 URI입니다.

설명

지원되는 형식 URI는 다음과 같습니다.

  • http://schemas.microsoft.com/ws/2006/05/servicemodel/tokens/SecureConversation
  • http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512/sct
  • http://schemas.xmlsoap.org/ws/2005/02/sc/sct.

적용 대상