共用方式為


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)

參數

適用於