2 instantiations of DpapiNGXmlEncryptor
Microsoft.AspNetCore.DataProtection (1)
DataProtectionBuilderExtensions.cs (1)
386options.XmlEncryptor = new DpapiNGXmlEncryptor(protectionDescriptorRule, flags, loggerFactory);
Microsoft.AspNetCore.DataProtection.Tests (1)
XmlEncryption\DpapiNGXmlEncryptionTests.cs (1)
19var encryptor = new DpapiNGXmlEncryptor("LOCAL=user", DpapiNGProtectionDescriptorFlags.None, NullLoggerFactory.Instance);
5 references to DpapiNGXmlEncryptor
Microsoft.AspNetCore.DataProtection (4)
DataProtectionBuilderExtensions.cs (1)
355protectionDescriptorRule: DpapiNGXmlEncryptor.GetDefaultProtectionDescriptorString(),
XmlEncryption\DpapiNGXmlDecryptor.cs (1)
14/// An <see cref="IXmlDecryptor"/> that decrypts XML elements that were encrypted with <see cref="DpapiNGXmlEncryptor"/>.
XmlEncryption\DpapiNGXmlEncryptor.cs (2)
30/// Creates a new instance of a <see cref="DpapiNGXmlEncryptor"/>. 45_logger = loggerFactory.CreateLogger<DpapiNGXmlEncryptor>();
Microsoft.AspNetCore.DataProtection.Tests (1)
XmlEncryption\DpapiNGXmlEncryptionTests.cs (1)
19var encryptor = new DpapiNGXmlEncryptor("LOCAL=user", DpapiNGProtectionDescriptorFlags.None, NullLoggerFactory.Instance);