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