Compartir a través de


DpapiNGXmlEncryptor Constructores

Definición

Sobrecargas

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags)

Crea una nueva instancia de .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)

Parámetros

protectionDescriptorRule
String

Cadena de regla desde la que se va a crear el descriptor de protección.

flags
DpapiNGProtectionDescriptorFlags

Marcas que controlan la creación del descriptor de protección.

Se aplica a

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, ILoggerFactory)

Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs
Source:
DpapiNGXmlEncryptor.cs

Crea una nueva instancia de .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)

Parámetros

protectionDescriptorRule
String

Cadena de regla desde la que se va a crear el descriptor de protección.

flags
DpapiNGProtectionDescriptorFlags

Marcas que controlan la creación del descriptor de protección.

Se aplica a

DpapiNGXmlEncryptor(String, DpapiNGProtectionDescriptorFlags, IServiceProvider)

Crea una nueva instancia de .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)

Parámetros

protectionDescriptorRule
String

Cadena de regla desde la que se va a crear el descriptor de protección.

flags
DpapiNGProtectionDescriptorFlags

Marcas que controlan la creación del descriptor de protección.

services
IServiceProvider

IServiceProvider Opcional para proporcionar servicios auxiliares.

Se aplica a