Class OrganizationDisplayName
Represents an organization display name.
Inherited Members
Namespace: ComponentSpace.SAML2.Metadata
Assembly: ComponentSpace.Saml2.dll
Syntax
public class OrganizationDisplayName : LocalizedNameTypeRemarks
Refer to the Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.
Constructors
OrganizationDisplayName()
Initializes a new instance of the OrganizationDisplayName class.
Declaration
public OrganizationDisplayName()OrganizationDisplayName(string, string)
Initializes a new instance of the OrganizationDisplayName class.
Declaration
public OrganizationDisplayName(string name, string language)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name. | 
| string | language | The language. | 
OrganizationDisplayName(XmlElement)
Initializes a new instance of the OrganizationDisplayName class from XML.
Declaration
public OrganizationDisplayName(XmlElement xmlElement)Parameters
| Type | Name | Description | 
|---|---|---|
| XmlElement | xmlElement | The organization display name XML. | 
Exceptions
| Type | Condition | 
|---|---|
| SAMLSerializationException | Thrown when the XML deserialization fails. | 
Methods
IsValid(XmlElement)
Indicates whether the XML is an organization display name.
Declaration
public static bool IsValid(XmlElement xmlElement)Parameters
| Type | Name | Description | 
|---|---|---|
| XmlElement | xmlElement | The XML to test. | 
Returns
| Type | Description | 
|---|---|
| bool | 
 | 
ToXml(XmlDocument)
Serializes the organization display name to XML.
Declaration
public XmlElement ToXml(XmlDocument xmlDocument)Parameters
| Type | Name | Description | 
|---|---|---|
| XmlDocument | xmlDocument | The owning XML document. | 
Returns
| Type | Description | 
|---|---|
| XmlElement | The organization display name as XML. | 
Exceptions
| Type | Condition | 
|---|---|
| SAMLSerializationException | Thrown when the XML serialization fails. |