Base:
method
GetAttribute
System.Xml.XmlReader.GetAttribute(System.String, System.String)
9 references to GetAttribute
System.IdentityModel (9)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
515
string name = envelopeReader.
GetAttribute
(Saml2MetadataConstants.Attributes.EntityGroupName, null);
707
string entityId = reader.
GetAttribute
(Saml2MetadataConstants.Attributes.EntityId, null);
714
string fedId = reader.
GetAttribute
(WSFederationMetadataConstants.Attributes.FederationId, WSFederationMetadataConstants.Namespace);
738
string xsiType = reader.
GetAttribute
("type", XmlSchema.InstanceNamespace);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (5)
1759
string attributeValue = wrappedReader.
GetAttribute
(SamlConstants.AttributeNames.MajorVersion, null);
1767
attributeValue = wrappedReader.
GetAttribute
(SamlConstants.AttributeNames.MinorVersion, null);
1780
attributeValue = wrappedReader.
GetAttribute
(SamlConstants.AttributeNames.AssertionId, null);
1793
attributeValue = wrappedReader.
GetAttribute
(SamlConstants.AttributeNames.Issuer, null);
1801
attributeValue = wrappedReader.
GetAttribute
(SamlConstants.AttributeNames.IssueInstant, null);