2 writes to CarriedKeyName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
1297
this.
CarriedKeyName
= dictionary.CreateString(IdentityModelStringsVersion1.String165, 165);
1321
this.
CarriedKeyName
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String165);
3 references to CarriedKeyName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (2)
86
if (reader.IsStartElement(XD.XmlEncryptionDictionary.
CarriedKeyName
, NamespaceUri))
136
writer.WriteElementString(XD.XmlEncryptionDictionary.Prefix.Value, XD.XmlEncryptionDictionary.
CarriedKeyName
, NamespaceUri, encryptedKeyClause.CarriedKeyName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
14
internal static readonly XmlDictionaryString CarriedKeyElementName = XD.XmlEncryptionDictionary.
CarriedKeyName
;