SecurityTokenHandlerElementCollection.Name 속성

정의

컬렉션의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Name : string with get, set
Public Property Name As String

속성 값

컬렉션의 이름입니다.

특성

설명

나타냅니다 합니다 name 특성을 <securityTokenHandlers> 요소입니다.

프레임 워크를 처리 하는 유일한 이름에는 "ActAs" 및 "OnBehalfOf"입니다. 이러한 컬렉션의 처리기가 없는 경우는 사용할 기본 처리기를 대신 ActAs 및 OnBehalfOf 토큰 처리에 대 한 합니다.

적용 대상