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