RegistryXmlRepository 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RegistryXmlRepository(RegistryKey) |
RegistryXmlRepository使用儲存在指定登錄機碼中的機碼來建立 。 |
RegistryXmlRepository(RegistryKey, ILoggerFactory) |
RegistryXmlRepository使用儲存在指定登錄機碼中的機碼來建立 。 |
RegistryXmlRepository(RegistryKey, IServiceProvider) |
RegistryXmlRepository使用儲存在指定登錄機碼中的機碼來建立 。 |
RegistryXmlRepository(RegistryKey)
RegistryXmlRepository使用儲存在指定登錄機碼中的機碼來建立 。
public:
RegistryXmlRepository(Microsoft::Win32::RegistryKey ^ registryKey);
public RegistryXmlRepository (Microsoft.Win32.RegistryKey registryKey);
new Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository : Microsoft.Win32.RegistryKey -> Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository
Public Sub New (registryKey As RegistryKey)
參數
- registryKey
- RegistryKey
要保存金鑰資料的登錄機碼。
適用於
RegistryXmlRepository(RegistryKey, ILoggerFactory)
RegistryXmlRepository使用儲存在指定登錄機碼中的機碼來建立 。
public:
RegistryXmlRepository(Microsoft::Win32::RegistryKey ^ registryKey, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public RegistryXmlRepository (Microsoft.Win32.RegistryKey registryKey, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository : Microsoft.Win32.RegistryKey * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository
Public Sub New (registryKey As RegistryKey, loggerFactory As ILoggerFactory)
參數
- registryKey
- RegistryKey
要保存金鑰資料的登錄機碼。
- loggerFactory
- ILoggerFactory
適用於
RegistryXmlRepository(RegistryKey, IServiceProvider)
RegistryXmlRepository使用儲存在指定登錄機碼中的機碼來建立 。
public:
RegistryXmlRepository(Microsoft::Win32::RegistryKey ^ registryKey, IServiceProvider ^ services);
public RegistryXmlRepository (Microsoft.Win32.RegistryKey registryKey, IServiceProvider services);
new Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository : Microsoft.Win32.RegistryKey * IServiceProvider -> Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository
Public Sub New (registryKey As RegistryKey, services As IServiceProvider)
參數
- registryKey
- RegistryKey
要保存金鑰資料的登錄機碼。
- services
- IServiceProvider
IServiceProvider用來解析服務的 。