SessionAuthenticationModule.CookieHandler 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
세션 쿠키를 읽고 쓰고 삭제하는 데 사용되는 쿠키 처리기를 가져옵니다.
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> 요소를 통해< 구성 파일에서 쿠키 처리기를 설정할 수 있습니다.