Partager via


NullXmlEncryptor Constructeurs

Définition

Surcharges

NullXmlEncryptor()

Crée une instance de NullXmlEncryptor.

NullXmlEncryptor(IServiceProvider)

Crée une instance de NullXmlEncryptor.

NullXmlEncryptor()

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

Crée une instance de NullXmlEncryptor.

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

S’applique à

NullXmlEncryptor(IServiceProvider)

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

Crée une instance 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)

Paramètres

services
IServiceProvider

Facultatif IServiceProvider pour fournir des services auxiliaires.

S’applique à