3 references to None
Microsoft.AspNetCore.DataProtection (2)
DataProtectionBuilderExtensions.cs (2)
356flags: DpapiNGProtectionDescriptorFlags.None); 365/// The default value of this parameter is <see cref="DpapiNGProtectionDescriptorFlags.None"/>.</param>
Microsoft.AspNetCore.DataProtection.Tests (1)
XmlEncryption\DpapiNGXmlEncryptionTests.cs (1)
19var encryptor = new DpapiNGXmlEncryptor("LOCAL=user", DpapiNGProtectionDescriptorFlags.None, NullLoggerFactory.Instance);