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