NullXmlEncryptor Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.