Class EndpointType
- Namespace
- ComponentSpace.Saml2.Metadata
- Assembly
- ComponentSpace.Saml2.dll
Represents the endpoint type.
public class EndpointType
- Inheritance
-
EndpointType
- Derived
- Inherited Members
Remarks
Refer to the Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.
Constructors
EndpointType()
Initializes a new instance of the EndpointType class.
public EndpointType()
EndpointType(XmlElement)
Initializes a new instance of the EndpointType class from XML.
public EndpointType(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe endpoint XML.
Exceptions
- SamlSerializationException
Thrown when the XML deserialization fails.
Properties
Binding
Gets or sets the binding.
public string Binding { get; set; }
Property Value
- string
The binding.
Location
Gets or sets the location.
public string Location { get; set; }
Property Value
- string
The location.
ResponseLocation
Gets or sets the response location.
public string ResponseLocation { get; set; }
Property Value
- string
The response location.
Methods
ToXml(XmlElement)
Serializes the endpoint to XML.
public virtual void ToXml(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe owning XML element.
Exceptions
- SamlSerializationException
Thrown when the XML serialization fails.