2 writes to CipherValue
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
1291this.CipherValue = dictionary.CreateString(IdentityModelStringsVersion1.String161, 161); 1315this.CipherValue = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String161);
3 references to CipherValue
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (2)
81reader.ReadStartElement(XD.XmlEncryptionDictionary.CipherValue, NamespaceUri); 128writer.WriteStartElement(XD.XmlEncryptionDictionary.Prefix.Value, XD.XmlEncryptionDictionary.CipherValue, NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
24internal static readonly XmlDictionaryString CipherValueElementName = XD.XmlEncryptionDictionary.CipherValue;