SecurityTokenHandlerCollection.Item[] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컬렉션에서 지정된 토큰, 토큰 형식 또는 형식 식별자를 처리할 수 있는 토큰 처리기를 가져옵니다.
오버로드
Item[SecurityToken] |
이 컬렉션에서 지정된 보안 토큰을 처리할 수 있는 토큰 처리기를 가져옵니다. |
Item[String] |
이 컬렉션에서 지정된 형식 식별자를 처리할 수 있는 토큰 처리기를 가져옵니다. |
Item[Type] |
이 컬렉션에서 지정된 토큰 형식을 처리할 수 있는 처리기를 가져옵니다. |
Item[SecurityToken]
이 컬렉션에서 지정된 보안 토큰을 처리할 수 있는 토큰 처리기를 가져옵니다.
public:
property System::IdentityModel::Tokens::SecurityTokenHandler ^ default[System::IdentityModel::Tokens::SecurityToken ^] { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(System::IdentityModel::Tokens::SecurityToken ^ token); };
public System.IdentityModel.Tokens.SecurityTokenHandler this[System.IdentityModel.Tokens.SecurityToken token] { get; }
member this.Item(System.IdentityModel.Tokens.SecurityToken) : System.IdentityModel.Tokens.SecurityTokenHandler
Default Public ReadOnly Property Item(token As SecurityToken) As SecurityTokenHandler
매개 변수
- token
- SecurityToken
처리기가 반환해야 할 대상의 토큰입니다.
속성 값
지정된 토큰을 처리할 수 있는 토큰 처리기입니다.
적용 대상
Item[String]
이 컬렉션에서 지정된 형식 식별자를 처리할 수 있는 토큰 처리기를 가져옵니다.
public:
property System::IdentityModel::Tokens::SecurityTokenHandler ^ default[System::String ^] { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(System::String ^ tokenTypeIdentifier); };
public System.IdentityModel.Tokens.SecurityTokenHandler this[string tokenTypeIdentifier] { get; }
member this.Item(string) : System.IdentityModel.Tokens.SecurityTokenHandler
Default Public ReadOnly Property Item(tokenTypeIdentifier As String) As SecurityTokenHandler
매개 변수
- tokenTypeIdentifier
- String
토큰 형식을 식별하는 URI입니다.
속성 값
지정된 형식의 식별자에 해당하는 토큰을 처리할 수 있는 토큰 처리기입니다.
적용 대상
Item[Type]
이 컬렉션에서 지정된 토큰 형식을 처리할 수 있는 처리기를 가져옵니다.
public:
property System::IdentityModel::Tokens::SecurityTokenHandler ^ default[Type ^] { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(Type ^ tokenType); };
public System.IdentityModel.Tokens.SecurityTokenHandler this[Type tokenType] { get; }
member this.Item(Type) : System.IdentityModel.Tokens.SecurityTokenHandler
Default Public ReadOnly Property Item(tokenType As Type) As SecurityTokenHandler
매개 변수
- tokenType
- Type
처리할 토큰의 형식입니다.
속성 값
지정된 형식의 토큰을 처리할 수 있는 토큰 처리기입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET