다음을 통해 공유


CookieHandlerElement.Name 속성

정의

처리기에서 작성한 모든 쿠키의 기본 이름을 가져오거나 설정합니다.

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

속성 값

쿠키의 기본 이름입니다. 기본값은 "FedAuth"입니다.

특성

설명

namecookieHandler> 요소의< 특성을 나타냅니다.

적용 대상

추가 정보