StackExchangeRedisDataProtectionBuilderExtensions.PersistKeysToStackExchangeRedis 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer) |
Redis 데이터베이스에서 기본 키('DataProtection-Keys')에 키를 유지하도록 데이터 보호 시스템을 구성합니다. |
PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer, RedisKey) |
Redis 데이터베이스에서 지정된 키에 키를 유지하도록 데이터 보호 시스템을 구성합니다. |
PersistKeysToStackExchangeRedis(IDataProtectionBuilder, Func<IDatabase>, RedisKey) |
Redis 데이터베이스에서 지정된 키에 키를 유지하도록 데이터 보호 시스템을 구성합니다. |
PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer)
Redis 데이터베이스에서 기본 키('DataProtection-Keys')에 키를 유지하도록 데이터 보호 시스템을 구성합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToStackExchangeRedis(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, StackExchange::Redis::IConnectionMultiplexer ^ connectionMultiplexer);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToStackExchangeRedis (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, StackExchange.Redis.IConnectionMultiplexer connectionMultiplexer);
static member PersistKeysToStackExchangeRedis : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * StackExchange.Redis.IConnectionMultiplexer -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToStackExchangeRedis (builder As IDataProtectionBuilder, connectionMultiplexer As IConnectionMultiplexer) As IDataProtectionBuilder
매개 변수
- builder
- IDataProtectionBuilder
작성기에서 수정할 instance.
- connectionMultiplexer
- StackExchange.Redis.IConnectionMultiplexer
데이터베이스 액세스에 대한 입니다 StackExchange.Redis.IConnectionMultiplexer .
반환
이 작업이 완료된 후 에 IDataProtectionBuilder 대한 참조입니다.
적용 대상
PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer, RedisKey)
Redis 데이터베이스에서 지정된 키에 키를 유지하도록 데이터 보호 시스템을 구성합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToStackExchangeRedis(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, StackExchange::Redis::IConnectionMultiplexer ^ connectionMultiplexer, StackExchange::Redis::RedisKey key);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToStackExchangeRedis (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, StackExchange.Redis.IConnectionMultiplexer connectionMultiplexer, StackExchange.Redis.RedisKey key);
static member PersistKeysToStackExchangeRedis : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * StackExchange.Redis.IConnectionMultiplexer * StackExchange.Redis.RedisKey -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToStackExchangeRedis (builder As IDataProtectionBuilder, connectionMultiplexer As IConnectionMultiplexer, key As RedisKey) As IDataProtectionBuilder
매개 변수
- builder
- IDataProtectionBuilder
작성기에서 수정할 instance.
- connectionMultiplexer
- StackExchange.Redis.IConnectionMultiplexer
데이터베이스 액세스에 대한 입니다 StackExchange.Redis.IConnectionMultiplexer .
- key
- StackExchange.Redis.RedisKey
StackExchange.Redis.RedisKey 키 목록을 저장하는 데 사용되는 입니다.
반환
이 작업이 완료된 후 에 IDataProtectionBuilder 대한 참조입니다.
적용 대상
PersistKeysToStackExchangeRedis(IDataProtectionBuilder, Func<IDatabase>, RedisKey)
Redis 데이터베이스에서 지정된 키에 키를 유지하도록 데이터 보호 시스템을 구성합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToStackExchangeRedis(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Func<StackExchange::Redis::IDatabase ^> ^ databaseFactory, StackExchange::Redis::RedisKey key);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToStackExchangeRedis (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Func<StackExchange.Redis.IDatabase> databaseFactory, StackExchange.Redis.RedisKey key);
static member PersistKeysToStackExchangeRedis : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Func<StackExchange.Redis.IDatabase> * StackExchange.Redis.RedisKey -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToStackExchangeRedis (builder As IDataProtectionBuilder, databaseFactory As Func(Of IDatabase), key As RedisKey) As IDataProtectionBuilder
매개 변수
- builder
- IDataProtectionBuilder
작성기에서 수정할 instance.
- databaseFactory
- Func<StackExchange.Redis.IDatabase>
인스턴스를 만드는 StackExchange.Redis.IDatabase 데 사용되는 대리자입니다.
- key
- StackExchange.Redis.RedisKey
StackExchange.Redis.RedisKey 키 목록을 저장하는 데 사용되는 입니다.
반환
이 작업이 완료된 후 에 IDataProtectionBuilder 대한 참조입니다.