3 instantiations of NullXmlEncryptor
Microsoft.AspNetCore.DataProtection.Tests (3)
Internal\KeyManagementOptionsPostSetupTest.cs (1)
116XmlEncryptor = new NullXmlEncryptor(),
KeyManagement\XmlKeyManagerTests.cs (1)
203XmlEncryptor = new NullXmlEncryptor()
XmlEncryption\NullXmlEncryptionTests.cs (1)
27var 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)
27var encryptor = new NullXmlEncryptor();