Sdílet prostřednictvím


DpapiNGXmlEncryptor Konstruktory

Definice

Přetížení

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags)

Vytvoří novou instanci objektu DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, ILoggerFactory)

Vytvoří novou instanci objektu DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, IServiceProvider)

Vytvoří novou instanci objektu DpapiNGXmlEncryptor.

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags)

Vytvoří novou instanci objektu 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)

Parametry

protectionDescriptorRule
String

Řetězec pravidla, ze kterého se má vytvořit popisovač ochrany.

flags
DpapiNGProtectionDescriptorFlags

Příznaky, které řídí vytvoření popisovače ochrany.

Platí pro

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, ILoggerFactory)

Zdroj:
DpapiNGXmlEncryptor.cs
Zdroj:
DpapiNGXmlEncryptor.cs
Zdroj:
DpapiNGXmlEncryptor.cs
Zdroj:
DpapiNGXmlEncryptor.cs
Zdroj:
DpapiNGXmlEncryptor.cs
Zdroj:
DpapiNGXmlEncryptor.cs
Zdroj:
DpapiNGXmlEncryptor.cs
Zdroj:
DpapiNGXmlEncryptor.cs

Vytvoří novou instanci objektu 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)

Parametry

protectionDescriptorRule
String

Řetězec pravidla, ze kterého se má vytvořit popisovač ochrany.

flags
DpapiNGProtectionDescriptorFlags

Příznaky, které řídí vytvoření popisovače ochrany.

loggerFactory
ILoggerFactory

Hodnota ILoggerFactory

Platí pro

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, IServiceProvider)

Vytvoří novou instanci objektu 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)

Parametry

protectionDescriptorRule
String

Řetězec pravidla, ze kterého se má vytvořit popisovač ochrany.

flags
DpapiNGProtectionDescriptorFlags

Příznaky, které řídí vytvoření popisovače ochrany.

services
IServiceProvider

Volitelné IServiceProvider poskytování pomocných služeb.

Platí pro