3 references to GivenName
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
343
else if (reader.IsStartElement(Saml2MetadataConstants.Elements.
GivenName
, Saml2MetadataConstants.Namespace))
345
person.GivenName = reader.ReadElementContentAsString(Saml2MetadataConstants.Elements.
GivenName
, Saml2MetadataConstants.Namespace);
1989
writer.WriteElementString(Saml2MetadataConstants.Elements.
GivenName
, Saml2MetadataConstants.Namespace, contactPerson.GivenName);