OpenIdConnectPostConfigureOptions(IDataProtectionProvider) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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)
Parameters
- dataProtection
- IDataProtectionProvider