Freigeben über


DpapiNGXmlEncryptor Konstruktoren

Definition

Überlädt

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags)

Erstellt eine neue instance eines DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, ILoggerFactory)

Erstellt eine neue instance eines DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, IServiceProvider)

Erstellt eine neue instance eines DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags)

Erstellt eine neue instance eines DpapiNGXmlEncryptor.

public:
 DpapiNGXmlEncryptor(System::String ^ protectionDescriptorRule, Microsoft::AspNetCore::DataProtection::XmlEncryption::DpapiNGProtectionDescriptorFlags flags);
public DpapiNGXmlEncryptor (string protectionDescriptorRule, Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags flags);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor : string * Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor
Public Sub New (protectionDescriptorRule As String, flags As DpapiNGProtectionDescriptorFlags)

Parameter

protectionDescriptorRule
String

Die Regelzeichenfolge, aus der der Schutzdeskriptor erstellt werden soll.

flags
DpapiNGProtectionDescriptorFlags

Flags, die die Erstellung des Schutzdeskriptors steuern.

Gilt für:

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, ILoggerFactory)

Quelle:
DpapiNGXmlEncryptor.cs
Quelle:
DpapiNGXmlEncryptor.cs
Quelle:
DpapiNGXmlEncryptor.cs
Quelle:
DpapiNGXmlEncryptor.cs
Quelle:
DpapiNGXmlEncryptor.cs
Quelle:
DpapiNGXmlEncryptor.cs
Quelle:
DpapiNGXmlEncryptor.cs
Quelle:
DpapiNGXmlEncryptor.cs

Erstellt eine neue instance eines DpapiNGXmlEncryptor.

public:
 DpapiNGXmlEncryptor(System::String ^ protectionDescriptorRule, Microsoft::AspNetCore::DataProtection::XmlEncryption::DpapiNGProtectionDescriptorFlags flags, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public DpapiNGXmlEncryptor (string protectionDescriptorRule, Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags flags, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor : string * Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor
Public Sub New (protectionDescriptorRule As String, flags As DpapiNGProtectionDescriptorFlags, loggerFactory As ILoggerFactory)

Parameter

protectionDescriptorRule
String

Die Regelzeichenfolge, aus der der Schutzdeskriptor erstellt werden soll.

flags
DpapiNGProtectionDescriptorFlags

Flags, die die Erstellung des Schutzdeskriptors steuern.

loggerFactory
ILoggerFactory

Die ILoggerFactory.

Gilt für:

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, IServiceProvider)

Erstellt eine neue instance eines DpapiNGXmlEncryptor.

public:
 DpapiNGXmlEncryptor(System::String ^ protectionDescriptorRule, Microsoft::AspNetCore::DataProtection::XmlEncryption::DpapiNGProtectionDescriptorFlags flags, IServiceProvider ^ services);
public DpapiNGXmlEncryptor (string protectionDescriptorRule, Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags flags, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor : string * Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags * IServiceProvider -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor
Public Sub New (protectionDescriptorRule As String, flags As DpapiNGProtectionDescriptorFlags, services As IServiceProvider)

Parameter

protectionDescriptorRule
String

Die Regelzeichenfolge, aus der der Schutzdeskriptor erstellt werden soll.

flags
DpapiNGProtectionDescriptorFlags

Flags, die die Erstellung des Schutzdeskriptors steuern.

services
IServiceProvider

Ein optionaler IServiceProvider , um Hilfsdienste bereitzustellen.

Gilt für: