2 writes to KeyIdentifier
System.ServiceModel.Primitives (2)
System\IdentityModel\XD.cs (2)
794KeyIdentifier = dictionary.CreateString(IdentityModelStringsVersion1.String127, 127); 828KeyIdentifier = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String127);
2 references to KeyIdentifier
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
270if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 325writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace);