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)

参数

适用于