6 references to Name
System.IdentityModel (6)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
3194value = reader.GetAttribute(Saml2Constants.Attributes.Name); 3197throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.Name, Saml2Constants.Elements.Attribute)); 3294writer.WriteAttributeString(Saml2Constants.Attributes.Name, data.Name);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
2988value = reader.GetAttribute(Saml2Constants.Attributes.Name); 2991throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.Name, Saml2Constants.Elements.Attribute)); 3202writer.WriteAttributeString(Saml2Constants.Attributes.Name, data.Name);