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