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

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

적용 대상