SecurityTokenHandlerCollection.SetItem(Int32, SecurityTokenHandler) 메서드

정의

컬렉션의 지정된 인덱스에 있는 토큰 처리기를 지정된 처리기로 바꿉니다.

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

매개 변수

index
Int32

바꿀 요소의 인덱스(0부터 시작)입니다.

item
SecurityTokenHandler

지정한 인덱스에 있는 새 토큰 처리기입니다.

적용 대상