CompatibilityDataProtector(String, String, String[]) 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.
public:
CompatibilityDataProtector(System::String ^ applicationName, System::String ^ primaryPurpose, cli::array <System::String ^> ^ specificPurposes);
public CompatibilityDataProtector (string applicationName, string primaryPurpose, string[] specificPurposes);
new Microsoft.AspNetCore.DataProtection.SystemWeb.CompatibilityDataProtector : string * string * string[] -> Microsoft.AspNetCore.DataProtection.SystemWeb.CompatibilityDataProtector
Public Sub New (applicationName As String, primaryPurpose As String, specificPurposes As String())
Parameters
- applicationName
- String
- primaryPurpose
- String
- specificPurposes
- String[]