Compartir a través de


NullXmlEncryptor Constructores

Definición

Sobrecargas

NullXmlEncryptor()

Crea una nueva instancia de NullXmlEncryptor.

NullXmlEncryptor(IServiceProvider)

Crea una nueva instancia de NullXmlEncryptor.

NullXmlEncryptor()

Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs

Crea una nueva instancia de NullXmlEncryptor.

public:
 NullXmlEncryptor();
public NullXmlEncryptor ();
Public Sub New ()

Se aplica a

NullXmlEncryptor(IServiceProvider)

Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs
Source:
NullXmlEncryptor.cs

Crea una nueva instancia de NullXmlEncryptor.

public:
 NullXmlEncryptor(IServiceProvider ^ services);
public NullXmlEncryptor (IServiceProvider services);
public NullXmlEncryptor (IServiceProvider? services);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.NullXmlEncryptor : IServiceProvider -> Microsoft.AspNetCore.DataProtection.XmlEncryption.NullXmlEncryptor
Public Sub New (services As IServiceProvider)

Parámetros

services
IServiceProvider

IServiceProvider Opcional para proporcionar servicios auxiliares.

Se aplica a