XmlKeyManager 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
XmlKeyManager(IOptions<KeyManagementOptions>, IActivator)
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
Crée un objet XmlKeyManager.
public:
XmlKeyManager(Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::DataProtection::KeyManagement::KeyManagementOptions ^> ^ keyManagementOptions, Microsoft::AspNetCore::DataProtection::Internal::IActivator ^ activator);
public XmlKeyManager (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions> keyManagementOptions, Microsoft.AspNetCore.DataProtection.Internal.IActivator activator);
new Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions> * Microsoft.AspNetCore.DataProtection.Internal.IActivator -> Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager
Public Sub New (keyManagementOptions As IOptions(Of KeyManagementOptions), activator As IActivator)
Paramètres
- keyManagementOptions
- IOptions<KeyManagementOptions>
Instance IOptions<TOptions> qui fournit la configuration.
- activator
- Microsoft.AspNetCore.DataProtection.Internal.IActivator
L’Microsoft.AspNetCore.DataProtection.Internal.IActivatoropérateur
S’applique à
XmlKeyManager(IXmlRepository, IAuthenticatedEncryptorConfiguration, IServiceProvider)
Crée un objet XmlKeyManager.
public:
XmlKeyManager(Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository ^ repository, Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorConfiguration ^ configuration, IServiceProvider ^ services);
public XmlKeyManager (Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository repository, Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorConfiguration configuration, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository * Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorConfiguration * IServiceProvider -> Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager
Public Sub New (repository As IXmlRepository, configuration As IAuthenticatedEncryptorConfiguration, services As IServiceProvider)
Paramètres
- repository
- IXmlRepository
Dépôt dans lequel les clés sont stockées.
- configuration
- IAuthenticatedEncryptorConfiguration
Configuration des clés nouvellement créées.
- services
- IServiceProvider
Fournisseur de services facultatifs.
S’applique à
XmlKeyManager(IOptions<KeyManagementOptions>, IActivator, ILoggerFactory)
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
- Source:
- XmlKeyManager.cs
Crée un objet XmlKeyManager.
public:
XmlKeyManager(Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::DataProtection::KeyManagement::KeyManagementOptions ^> ^ keyManagementOptions, Microsoft::AspNetCore::DataProtection::Internal::IActivator ^ activator, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public XmlKeyManager (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions> keyManagementOptions, Microsoft.AspNetCore.DataProtection.Internal.IActivator activator, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions> * Microsoft.AspNetCore.DataProtection.Internal.IActivator * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager
Public Sub New (keyManagementOptions As IOptions(Of KeyManagementOptions), activator As IActivator, loggerFactory As ILoggerFactory)
Paramètres
- keyManagementOptions
- IOptions<KeyManagementOptions>
Instance IOptions<TOptions> qui fournit la configuration.
- activator
- Microsoft.AspNetCore.DataProtection.Internal.IActivator
L’Microsoft.AspNetCore.DataProtection.Internal.IActivatoropérateur
- loggerFactory
- ILoggerFactory
L’ILoggerFactoryopérateur