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