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 Duende.​IdentityServer.​Saml.​Bindings.​Saml2Message
Assembly: Duende.IdentityServer
Inheritance: object → Saml2Message
Represents a Saml2 message as seen by the binding.
Properties
public required
string
Name
Name of the message to be used in query strings, form fields etc.
This is typically "SamlRequest" or "SamlResponse".
public
string
RelayState
RelayState included with the message
public required
System.​Xml.​XmlElement
Xml
The XML payload.
public required
string
Destination
Destination URL of the message. For outbound messages the URL
to send the message to. For inbound, the URL the message was
received at.
public required
string
Binding
Binding to use when sending the message, or used when message was read.
Methods
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