StackExchangeRedisDataProtectionBuilderExtensions.PersistKeysToStackExchangeRedis Metodo

Definizione

Overload

PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer)

Configura il sistema di protezione dei dati per rendere persistenti le chiavi per la chiave predefinita ('DataProtection-Keys') nel database Redis

PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer, RedisKey)

Configura il sistema di protezione dei dati per rendere persistenti le chiavi nella chiave specificata nel database Redis

PersistKeysToStackExchangeRedis(IDataProtectionBuilder, Func<IDatabase>, RedisKey)

Configura il sistema di protezione dei dati per rendere persistenti le chiavi nella chiave specificata nel database Redis

PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer)

Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs

Configura il sistema di protezione dei dati per rendere persistenti le chiavi per la chiave predefinita ('DataProtection-Keys') nel database Redis

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

Parametri

builder
IDataProtectionBuilder

Istanza del generatore da modificare.

connectionMultiplexer
StackExchange.Redis.IConnectionMultiplexer

StackExchange.Redis.IConnectionMultiplexer per l'accesso al database.

Restituisce

Riferimento al IDataProtectionBuilder dopo il completamento dell'operazione.

Si applica a

PersistKeysToStackExchangeRedis(IDataProtectionBuilder, IConnectionMultiplexer, RedisKey)

Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs

Configura il sistema di protezione dei dati per rendere persistenti le chiavi nella chiave specificata nel database 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

Parametri

builder
IDataProtectionBuilder

Istanza del generatore da modificare.

connectionMultiplexer
StackExchange.Redis.IConnectionMultiplexer

StackExchange.Redis.IConnectionMultiplexer per l'accesso al database.

key
StackExchange.Redis.RedisKey

Il StackExchange.Redis.RedisKey utilizzato per archiviare l'elenco delle chiavi.

Restituisce

Riferimento al IDataProtectionBuilder dopo il completamento dell'operazione.

Si applica a

PersistKeysToStackExchangeRedis(IDataProtectionBuilder, Func<IDatabase>, RedisKey)

Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs
Origine:
RedisDataProtectionBuilderExtensions.cs

Configura il sistema di protezione dei dati per rendere persistenti le chiavi nella chiave specificata nel database 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

Parametri

builder
IDataProtectionBuilder

Istanza del generatore da modificare.

databaseFactory
Func<StackExchange.Redis.IDatabase>

Delegato usato per creare istanze di StackExchange.Redis.IDatabase.

key
StackExchange.Redis.RedisKey

Il StackExchange.Redis.RedisKey utilizzato per archiviare l'elenco delle chiavi.

Restituisce

Riferimento al IDataProtectionBuilder dopo il completamento dell'operazione.

Si applica a