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