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