Table of Contents

Class LocalizedUriType

Namespace
ComponentSpace.Saml2.Metadata
Assembly
ComponentSpace.Saml2.dll

Represents the localized URI type.

public class LocalizedUriType
Inheritance
LocalizedUriType
Derived
Inherited Members

Remarks

Refer to the Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.

Constructors

LocalizedUriType()

Initializes a new instance of the LocalizedURIType class.

public LocalizedUriType()

LocalizedUriType(XmlElement)

Initializes a new instance of the LocalizedURIType class from XML.

public LocalizedUriType(XmlElement xmlElement)

Parameters

xmlElement XmlElement

The localized URI XML.

Exceptions

SamlSerializationException

Thrown when the XML deserialization fails.

Properties

Language

Gets or sets the language.

public string Language { get; set; }

Property Value

string

The language.

Uri

Gets or sets the URI.

public string Uri { get; set; }

Property Value

string

The URI.

Methods

ToXml(XmlElement)

Serializes the localized URI to XML.

public void ToXml(XmlElement xmlElement)

Parameters

xmlElement XmlElement

The owning XML element.

Exceptions

SamlSerializationException

Thrown when the XML serialization fails.