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