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