Class BaseIDAbstractType
- Namespace
- ComponentSpace.Saml2.Assertions
- Assembly
- ComponentSpace.Saml2.dll
Represents the base identifier abstract type.
public abstract class BaseIDAbstractType
- Inheritance
-
BaseIDAbstractType
- Derived
- Inherited Members
Remarks
Refer to the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.
Constructors
BaseIDAbstractType()
Initializes a new instance of the BaseIDAbstractType class.
public BaseIDAbstractType()
BaseIDAbstractType(XmlElement)
Initializes a new instance of the BaseIDAbstractType class from XML.
public BaseIDAbstractType(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe base identifier XML.
Exceptions
- SamlSerializationException
Thrown when the XML deserialization fails.
Properties
NameQualifier
Gets or sets the name qualifier.
public string NameQualifier { get; set; }
Property Value
- string
The name qualifier.
SpNameQualifier
Gets or sets the SP name qualifier.
public string SpNameQualifier { get; set; }
Property Value
- string
The SP name qualifier.
Methods
ToXml(XmlElement)
Serializes the base identifier to XML.
public void ToXml(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe owning XML element.
Exceptions
- SamlSerializationException
Thrown when the XML serialization fails.