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.​Saml2StatusResponseType
Assembly: Sustainsys.Saml2
Inheritance: object → Saml2StatusResponseType
Abstract Saml2 StatusResponseType class.
Properties
public
System.​Uri
DestinationUrl
The destination of the message.
Issuer
Issuer of the message.
InResponseTo
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.
SigningCertificate
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.
public
Saml2StatusCode
Status
Status code of the message.
Id of the message.
IssueInstant
Issue instant.
Methods
public
string
ToXml​() Returns string containing the Xml data.
Serializes the message into wellformed Xml.
ToXElement​()
Returns XElement with Xml representation of the message
Transforms the message to an XElement object tree.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object