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.​OutboundSaml2Message

Assembly: Duende.IdentityServer

Inheritance: object → Saml2Message → OutboundSaml2Message

An outbound Saml2 message to be sent via a binding.

Remarks

This class is not sealed because <see cref="T:Duende.IdentityServer.Saml.Bindings.HttpPostBinding" /> has a <c>protected virtual void SignMessage(OutboundSaml2Message)</c> method that subclasses may need to override.

Properties

Signing certificate that the message should be signed with. The method for signing is binding dependent.
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
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object