다음을 통해 공유


PostConfigureCookieAuthenticationOptions(IDataProtectionProvider) 생성자

정의

PostConfigureCookieAuthenticationOptions의 새 인스턴스를 초기화합니다.

public:
 PostConfigureCookieAuthenticationOptions(Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ dataProtection);
public PostConfigureCookieAuthenticationOptions (Microsoft.AspNetCore.DataProtection.IDataProtectionProvider dataProtection);
new Microsoft.AspNetCore.Authentication.Cookies.PostConfigureCookieAuthenticationOptions : Microsoft.AspNetCore.DataProtection.IDataProtectionProvider -> Microsoft.AspNetCore.Authentication.Cookies.PostConfigureCookieAuthenticationOptions
Public Sub New (dataProtection As IDataProtectionProvider)

매개 변수

적용 대상