XmlKeyManager.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor ^ Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(System::Xml::Linq::XElement ^ keyElement) = Microsoft::AspNetCore::DataProtection::KeyManagement::Internal::IInternalXmlKeyManager::DeserializeDescriptorFromKeyElement;
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement (System.Xml.Linq.XElement keyElement);
abstract member Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement : System.Xml.Linq.XElement -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
override this.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement : System.Xml.Linq.XElement -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
Function DeserializeDescriptorFromKeyElement (keyElement As XElement) As IAuthenticatedEncryptorDescriptor Implements IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement
Parameters
- keyElement
- XElement
Returns
Implements
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(System.Xml.Linq.XElement)