2 writes to Namespace
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
758
this.
Namespace
= dictionary.CreateString(IdentityModelStringsVersion1.String140, 140);
792
this.
Namespace
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String140);
17 references to Namespace
System.IdentityModel (17)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (14)
103
protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.
Namespace
; } }
149
protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.
Namespace
; } }
216
return XD.SecurityJan2004Dictionary.
Namespace
;
292
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.
Namespace
);
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
);
504
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
))
545
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, 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
);
715
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
))
755
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
);
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (3)
74
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.
Namespace
);
208
return (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
));
244
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
);