Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String)
3 references to GetAttribute
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
2657
string version = realReader.
GetAttribute
(Saml2Constants.Attributes.Version);
2669
value = realReader.
GetAttribute
(Saml2Constants.Attributes.ID);
2678
value = realReader.
GetAttribute
(Saml2Constants.Attributes.IssueInstant);