2 writes to KeyIdentifier
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
743this.KeyIdentifier = dictionary.CreateString(IdentityModelStringsVersion1.String127, 127); 777this.KeyIdentifier = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String127);
6 references to KeyIdentifier
System.IdentityModel (6)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (6)
323if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 378writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace); 427writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace); 572else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 633else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 689writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace);