다음을 통해 공유


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

속성 값

CookieHandlerElement

자식 <cookieHandler> 요소입니다.

특성

설명

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

적용 대상

추가 정보