Partager via


DpapiXmlEncryptor Constructeurs

Définition

Surcharges

DpapiXmlEncryptor(Boolean)

Crée une DpapiXmlEncryptor étendue de protection donnée.

DpapiXmlEncryptor(Boolean, ILoggerFactory)

Crée un DpapiXmlEncryptor donné une étendue de protection et un IServiceProvider.

DpapiXmlEncryptor(Boolean, IServiceProvider)

Crée un DpapiXmlEncryptor donné une étendue de protection et un IServiceProvider.

DpapiXmlEncryptor(Boolean)

Crée une DpapiXmlEncryptor étendue de protection donnée.

public:
 DpapiXmlEncryptor(bool protectToLocalMachine);
public DpapiXmlEncryptor (bool protectToLocalMachine);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor : bool -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor
Public Sub New (protectToLocalMachine As Boolean)

Paramètres

protectToLocalMachine
Boolean

« true » si les données doivent être déchiffrables par n’importe qui sur l’ordinateur local, « false » si les données doivent être déchiffrables uniquement par le compte d’utilisateur Windows actuel.

S’applique à

DpapiXmlEncryptor(Boolean, ILoggerFactory)

Source:
DpapiXmlEncryptor.cs
Source:
DpapiXmlEncryptor.cs
Source:
DpapiXmlEncryptor.cs
Source:
DpapiXmlEncryptor.cs
Source:
DpapiXmlEncryptor.cs
Source:
DpapiXmlEncryptor.cs
Source:
DpapiXmlEncryptor.cs
Source:
DpapiXmlEncryptor.cs

Crée un DpapiXmlEncryptor donné une étendue de protection et un IServiceProvider.

public:
 DpapiXmlEncryptor(bool protectToLocalMachine, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public DpapiXmlEncryptor (bool protectToLocalMachine, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor : bool * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor
Public Sub New (protectToLocalMachine As Boolean, loggerFactory As ILoggerFactory)

Paramètres

protectToLocalMachine
Boolean

« true » si les données doivent être déchiffrables par n’importe qui sur l’ordinateur local, « false » si les données doivent être déchiffrables uniquement par le compte d’utilisateur Windows actuel.

loggerFactory
ILoggerFactory

L’ILoggerFactoryopérateur

S’applique à

DpapiXmlEncryptor(Boolean, IServiceProvider)

Crée un DpapiXmlEncryptor donné une étendue de protection et un IServiceProvider.

public:
 DpapiXmlEncryptor(bool protectToLocalMachine, IServiceProvider ^ services);
public DpapiXmlEncryptor (bool protectToLocalMachine, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor : bool * IServiceProvider -> Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor
Public Sub New (protectToLocalMachine As Boolean, services As IServiceProvider)

Paramètres

protectToLocalMachine
Boolean

« true » si les données doivent être déchiffrables par n’importe qui sur l’ordinateur local, « false » si les données doivent être déchiffrables uniquement par le compte d’utilisateur Windows actuel.

services
IServiceProvider

Facultatif IServiceProvider pour fournir des services auxiliaires.

S’applique à