1 instantiation of CustomXmlEncryptor
CustomEncryptorSample (1)
Program.cs (1)
19
.UseXmlEncryptor(s => new
CustomXmlEncryptor
(s))
1 reference to CustomXmlEncryptor
CustomEncryptorSample (1)
CustomXmlEncryptor.cs (1)
17
_logger = services.GetRequiredService<ILoggerFactory>().CreateLogger<
CustomXmlEncryptor
>();