2 writes to EncryptedKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
1299
this.
EncryptedKey
= dictionary.CreateString(IdentityModelStringsVersion1.String167, 167);
1323
this.
EncryptedKey
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String167);
4 references to EncryptedKey
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (3)
39
return XD.XmlEncryptionDictionary.
EncryptedKey
;
58
reader.ReadStartElement(XD.XmlEncryptionDictionary.
EncryptedKey
, NamespaceUri);
107
writer.WriteStartElement(XD.XmlEncryptionDictionary.Prefix.Value, XD.XmlEncryptionDictionary.
EncryptedKey
, NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
15
internal static readonly XmlDictionaryString ElementName = XD.XmlEncryptionDictionary.
EncryptedKey
;