IdentityOptions.Cookies 속성

정의

ID 시스템의 를 IdentityCookieOptions 가져오거나 설정합니다.

public:
 property Microsoft::AspNetCore::Identity::IdentityCookieOptions ^ Cookies { Microsoft::AspNetCore::Identity::IdentityCookieOptions ^ get(); void set(Microsoft::AspNetCore::Identity::IdentityCookieOptions ^ value); };
public Microsoft.AspNetCore.Identity.IdentityCookieOptions Cookies { get; set; }
member this.Cookies : Microsoft.AspNetCore.Identity.IdentityCookieOptions with get, set
Public Property Cookies As IdentityCookieOptions

속성 값

IdentityCookieOptions ID 시스템의 입니다.

적용 대상