Udostępnij za pośrednictwem


XmlKeyManager Konstruktory

Definicja

Przeciążenia

XmlKeyManager(IOptions<KeyManagementOptions>, IActivator)

Tworzy element XmlKeyManager.

XmlKeyManager(IXmlRepository, IAuthenticatedEncryptorConfiguration, IServiceProvider)

Tworzy element XmlKeyManager.

XmlKeyManager(IOptions<KeyManagementOptions>, IActivator, ILoggerFactory)

Tworzy element XmlKeyManager.

XmlKeyManager(IOptions<KeyManagementOptions>, IActivator)

Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs

Tworzy element 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)

Parametry

keyManagementOptions
IOptions<KeyManagementOptions>

Wystąpienie IOptions<TOptions> , które zapewnia konfigurację.

activator
Microsoft.AspNetCore.DataProtection.Internal.IActivator

Element Microsoft.AspNetCore.DataProtection.Internal.IActivator.

Dotyczy

XmlKeyManager(IXmlRepository, IAuthenticatedEncryptorConfiguration, IServiceProvider)

Tworzy element 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)

Parametry

repository
IXmlRepository

Repozytorium, w którym są przechowywane klucze.

configuration
IAuthenticatedEncryptorConfiguration

Konfiguracja nowo utworzonych kluczy.

services
IServiceProvider

Dostawca usług opcjonalnych.

Dotyczy

XmlKeyManager(IOptions<KeyManagementOptions>, IActivator, ILoggerFactory)

Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs
Źródło:
XmlKeyManager.cs

Tworzy element 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)

Parametry

keyManagementOptions
IOptions<KeyManagementOptions>

Wystąpienie IOptions<TOptions> , które zapewnia konfigurację.

activator
Microsoft.AspNetCore.DataProtection.Internal.IActivator

Element Microsoft.AspNetCore.DataProtection.Internal.IActivator.

loggerFactory
ILoggerFactory

Element ILoggerFactory.

Dotyczy