3 instantiations of NullXmlEncryptor
Microsoft.AspNetCore.DataProtection.Tests (3)
Internal\KeyManagementOptionsPostSetupTest.cs (1)
116
XmlEncryptor = new
NullXmlEncryptor
(),
KeyManagement\XmlKeyManagerTests.cs (1)
203
XmlEncryptor = new
NullXmlEncryptor
()
XmlEncryption\NullXmlEncryptionTests.cs (1)
27
var encryptor = new
NullXmlEncryptor
();
4 references to NullXmlEncryptor
Microsoft.AspNetCore.DataProtection (3)
XmlEncryption\NullXmlEncryptor.cs (3)
19
/// Creates a new instance of <see cref="
NullXmlEncryptor
"/>.
27
/// Creates a new instance of <see cref="
NullXmlEncryptor
"/>.
32
_logger = services.GetLogger<
NullXmlEncryptor
>();
Microsoft.AspNetCore.DataProtection.Tests (1)
XmlEncryption\NullXmlEncryptionTests.cs (1)
27
var
encryptor = new NullXmlEncryptor();