1 instantiation of RedisXmlRepository
Microsoft.AspNetCore.DataProtection.StackExchangeRedis (1)
RedisDataProtectionBuilderExtensions.cs (1)
63
options.XmlRepository = new
RedisXmlRepository
(databaseFactory, key);
1 reference to RedisXmlRepository
Microsoft.AspNetCore.DataProtection.StackExchangeRedis (1)
RedisXmlRepository.cs (1)
22
/// Creates a <see cref="
RedisXmlRepository
"/> with keys stored at the given directory.