XmlKeyManager 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
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)
매개 변수
- keyManagementOptions
- IOptions<KeyManagementOptions>
IOptions<TOptions> 구성을 제공하는 instance.
- activator
- Microsoft.AspNetCore.DataProtection.Internal.IActivator
Microsoft.AspNetCore.DataProtection.Internal.IActivator
적용 대상
XmlKeyManager(IXmlRepository, IAuthenticatedEncryptorConfiguration, IServiceProvider)
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)
매개 변수
- repository
- IXmlRepository
키가 저장되는 리포지토리입니다.
- configuration
- IAuthenticatedEncryptorConfiguration
새로 만든 키에 대한 구성입니다.
- services
- IServiceProvider
선택적 서비스 공급자입니다.
적용 대상
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
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)
매개 변수
- keyManagementOptions
- IOptions<KeyManagementOptions>
IOptions<TOptions> 구성을 제공하는 instance.
- activator
- Microsoft.AspNetCore.DataProtection.Internal.IActivator
Microsoft.AspNetCore.DataProtection.Internal.IActivator
- loggerFactory
- ILoggerFactory