Share via


WsFederationPostConfigureOptions(IDataProtectionProvider) Constructor

Definition

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

Parameters

dataProtection
IDataProtectionProvider

Applies to