2 overrides of OpeningElementName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (1)
22protected override XmlDictionaryString OpeningElementName
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
41protected override XmlDictionaryString OpeningElementName
2 references to OpeningElementName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
209reader.MoveToStartElement(OpeningElementName, NamespaceUri); 295writer.WriteStartElement(XmlEncryptionStrings.Prefix, this.OpeningElementName, NamespaceUri);