2 types derived from EncryptedType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (1)
11internal class EncryptedData : EncryptedType
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
12internal sealed class EncryptedKey : EncryptedType
8 references to EncryptedType
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
259reader.ReadStartElement(CipherDataElementName, EncryptedType.NamespaceUri); 260reader.ReadStartElement(CipherValueElementName, EncryptedType.NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (4)
84if (reader.IsStartElement(ReferenceList.ElementName, EncryptedType.NamespaceUri)) 89if (reader.IsStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri)) 91reader.ReadStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri); 119writer.WriteStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReferenceList.cs (2)
19internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.NamespaceUri; 116internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.NamespaceUri;