次の方法で共有


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)

パラメーター

適用対象