다음을 통해 공유


SessionAuthenticationModule.CookieHandler 속성

정의

세션 쿠키를 읽고 쓰고 삭제하는 데 사용되는 쿠키 처리기를 가져옵니다.

public:
 property System::IdentityModel::Services::CookieHandler ^ CookieHandler { System::IdentityModel::Services::CookieHandler ^ get(); void set(System::IdentityModel::Services::CookieHandler ^ value); };
public System.IdentityModel.Services.CookieHandler CookieHandler { get; set; }
member this.CookieHandler : System.IdentityModel.Services.CookieHandler with get, set
Public Property CookieHandler As CookieHandler

속성 값

쿠키 처리기입니다.

설명

속성은 CookieHandler 메서드에 의해 초기화됩니다 InitializePropertiesFromConfiguration . 이 메서드는 속성에 설정된 FederatedAuthentication.FederationConfiguration 개체에 FederationConfiguration 지정된 쿠키 처리기를 기반으로 속성을 초기화합니다. cookieHandler> 요소를 통해< 구성 파일에서 쿠키 처리기를 설정할 수 있습니다.

적용 대상

추가 정보