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