共用方式為


OpenIdConnectPostConfigureOptions(IDataProtectionProvider) 建構函式

定義

初始化 OpenIdConnectPostConfigureOptions 的新執行個體。

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

參數

適用於