Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Sustainsys.​Saml2.​Saml2P.​Saml2LogoutResponse

Assembly: Sustainsys.Saml2

Inheritance: object → Saml2StatusResponseType → Saml2LogoutResponse

A Saml2 Logout Response.

Properties

public System.​Uri
DestinationUrl
The destination of the message.
Issuer
Issuer of the message.
Id of request message, if this message is a response to a previous request.
public string
MessageName
The name of the message to use in a query string or form input field. Typically "SAMLRequest" or "SAMLResponse".
public string
RelayState
RelayState attached to the message.
Remarks Strictly speaking, this is not part of the message, but it is delivered together with the message so we need to keep track of it together with a message.
Certificate used to sign the message with during binding, according to the signature processing rules of each binding.
public string
SigningAlgorithm
The signing algorithm to use when signing the message during binding, according to the signature processing rules of each binding.
Status
Status code of the message.
IssueInstant
Issue instant.

Methods

public string
ToXml​()
Returns string containing the Xml data.
Serializes the message into wellformed Xml.
ToXElement​()
public void
AppendTo​(System.Xml.XmlNode parentNode)
parentNode Xml for the Saml2LogoutResponse is appended to the children of this node.
Appends xml for the Saml2LogoutResponse to the given parent node.
protected void
ReadBaseProperties​(System.Xml.XmlElement xml)
Inherited from Saml2StatusResponseType
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object