Class Terminate
- Namespace
- ComponentSpace.Saml2.Protocols
- Assembly
- ComponentSpace.Saml2.dll
Represents a terminate.
public class Terminate
- Inheritance
-
Terminate
- Inherited Members
Remarks
Refer to the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.
Constructors
Terminate()
Initializes a new instance of the Terminate class.
public Terminate()
Terminate(XmlElement)
Initializes a new instance of the Terminate class from XML.
public Terminate(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe terminate XML.
Exceptions
- SamlSerializationException
Thrown when the XML deserialization fails.
Methods
IsValid(XmlElement)
Indicates whether the XML is a terminate.
public static bool IsValid(XmlElement xmlElement)
Parameters
xmlElementXmlElementThe XML to test.
Returns
- bool
trueif the XML is a terminate; otherwisefalse.
ToXml(XmlDocument)
Serializes the terminate to XML.
public XmlElement ToXml(XmlDocument xmlDocument)
Parameters
xmlDocumentXmlDocumentThe owning XML document.
Returns
- XmlElement
The terminate as XML.
Exceptions
- SamlSerializationException
Thrown when the XML serialization fails.