SecurityTokenHandlerCollection.InsertItem(Int32, SecurityTokenHandler) 메서드

정의

이 컬렉션의 지정된 인덱스에 지정된 토큰 처리기를 삽입합니다. (기본 클래스 재정의 메서드입니다.)

protected:
 override void InsertItem(int index, System::IdentityModel::Tokens::SecurityTokenHandler ^ item);
protected override void InsertItem (int index, System.IdentityModel.Tokens.SecurityTokenHandler item);
override this.InsertItem : int * System.IdentityModel.Tokens.SecurityTokenHandler -> unit
Protected Overrides Sub InsertItem (index As Integer, item As SecurityTokenHandler)

매개 변수

index
Int32

처리기를 삽입해야 하는 0부터 시작하는 인덱스입니다.

item
SecurityTokenHandler

삽입할 토큰 처리기입니다.

적용 대상