1 type derived from EncryptedType
System.IdentityModel (1)
System\ServiceModel\Security\EncryptedKey.cs (1)
12sealed class EncryptedKey : EncryptedType
8 references to EncryptedType
System.IdentityModel (8)
System\ServiceModel\Security\EncryptedKey.cs (4)
81if (reader.IsStartElement(ReferenceList.ElementName, EncryptedType.NamespaceUri)) 86if (reader.IsStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri)) 88reader.ReadStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri); 116writer.WriteStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri);
System\ServiceModel\Security\EncryptedType.cs (2)
273reader.ReadStartElement(CipherDataElementName, EncryptedType.NamespaceUri); 274reader.ReadStartElement(CipherValueElementName, EncryptedType.NamespaceUri);
System\ServiceModel\Security\ReferenceList.cs (2)
19internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.NamespaceUri; 116internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.NamespaceUri;