1 write to DecryptorType
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlInfo.cs (1)
35DecryptorType = decryptorType;
5 references to DecryptorType
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\XmlEncryptionExtensions.cs (1)
151new XAttribute(XmlConstants.DecryptorTypeAttributeName, entry.Value.DecryptorType.AssemblyQualifiedName!),
Microsoft.AspNetCore.DataProtection.Tests (4)
XmlEncryption\CertificateXmlEncryptionTests.cs (1)
49Assert.Equal(typeof(EncryptedXmlDecryptor), encryptedXmlInfo.DecryptorType);
XmlEncryption\DpapiNGXmlEncryptionTests.cs (1)
24Assert.Equal(typeof(DpapiNGXmlDecryptor), encryptedXmlInfo.DecryptorType);
XmlEncryption\DpapiXmlEncryptionTests.cs (1)
26Assert.Equal(typeof(DpapiXmlDecryptor), encryptedXmlInfo.DecryptorType);
XmlEncryption\NullXmlEncryptionTests.cs (1)
33Assert.Equal(typeof(NullXmlDecryptor), retVal.DecryptorType);