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