Class IndexedEndpointType
- Namespace
- ComponentSpace.Saml2.Metadata
- Assembly
- ComponentSpace.Saml2.dll
Represents the indexed endpoint type.
public class IndexedEndpointType : EndpointType
- Inheritance
-
IndexedEndpointType
- Derived
- Inherited Members
Remarks
Refer to the Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.
Constructors
IndexedEndpointType()
Initializes a new instance of the IndexedEndpointType class.
public IndexedEndpointType()
IndexedEndpointType(XmlElement)
Initializes a new instance of the IndexedEndpointType class from XML.
public IndexedEndpointType(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe endpoint XML.
Exceptions
- SamlSerializationException
Thrown when the XML deserialization fails.
Properties
Index
Gets or sets the index.
public int? Index { get; set; }
Property Value
- int?
The index.
IsDefault
Gets or sets the is default flag.
public bool? IsDefault { get; set; }
Property Value
- bool?
The is default flag.
Methods
ToXml(XmlElement)
Serializes the index endpoint to XML.
public override void ToXml(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe owning XML element.
Exceptions
- SamlSerializationException
Thrown when the XML serialization fails.