4 instantiations of XmlSerializedDescriptorInfo
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (1)
56
return new
XmlSerializedDescriptorInfo
(outerElement, typeof(AuthenticatedEncryptorDescriptorDeserializer));
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptor.cs (1)
67
return new
XmlSerializedDescriptorInfo
(rootElement, typeof(CngCbcAuthenticatedEncryptorDescriptorDeserializer));
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (1)
58
return new
XmlSerializedDescriptorInfo
(rootElement, typeof(CngGcmAuthenticatedEncryptorDescriptorDeserializer));
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
58
return new
XmlSerializedDescriptorInfo
(rootElement, typeof(ManagedAuthenticatedEncryptorDescriptorDeserializer));
8 references to XmlSerializedDescriptorInfo
Microsoft.AspNetCore.DataProtection (8)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (1)
35
public
XmlSerializedDescriptorInfo
ExportToXml()
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptor.cs (1)
37
public
XmlSerializedDescriptorInfo
ExportToXml()
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (1)
37
public
XmlSerializedDescriptorInfo
ExportToXml()
AuthenticatedEncryption\ConfigurationModel\IAuthenticatedEncryptorDescriptor.cs (2)
18
/// An <see cref="
XmlSerializedDescriptorInfo
"/> wrapping the <see cref="XElement"/> which represents the serialized
27
XmlSerializedDescriptorInfo
ExportToXml();
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
36
public
XmlSerializedDescriptorInfo
ExportToXml()
AuthenticatedEncryption\ConfigurationModel\XmlSerializedDescriptorInfo.cs (1)
18
/// Creates an instance of an <see cref="
XmlSerializedDescriptorInfo
"/>.
KeyManagement\XmlKeyManager.cs (1)
519
var
descriptorXmlInfo = newDescriptor.ExportToXml();