FederationConfigurationElement.CookieHandler 속성

정의

자식 <cookieHandler> 요소를 가져오거나 설정합니다.

public:
 property System::IdentityModel::Services::CookieHandlerElement ^ CookieHandler { System::IdentityModel::Services::CookieHandlerElement ^ get(); void set(System::IdentityModel::Services::CookieHandlerElement ^ value); };
[System.Configuration.ConfigurationProperty("cookieHandler", IsRequired=false)]
public System.IdentityModel.Services.CookieHandlerElement CookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("cookieHandler", IsRequired=false)>]
member this.CookieHandler : System.IdentityModel.Services.CookieHandlerElement with get, set
Public Property CookieHandler As CookieHandlerElement

속성 값

자식 <cookieHandler> 요소입니다.

특성

설명

<cookieHandler> 요소는 세션 인증 모듈(CookieHandler)이 쿠키를 읽고 쓰는 데 사용하는 개체를 구성 SessionAuthenticationModule 합니다.

적용 대상

추가 정보