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.​WebSso.​Saml2ArtifactBinding
Assembly: Sustainsys.Saml2
Inheritance: object → Saml2Binding → Saml2ArtifactBinding
Saml2 Artifact binding.
Methods
public
UnbindResult
Unbind​(HttpRequestData request,
Configuration.IOptions options)
request
HttpRequest to check for message.
options
Options used to look up details of issuing
idp when needed (artifact binding).
Returns True if the binding supports the current request.
Checks if the binding can extract a message out of the current
http request.
public
CommandResult
Bind​(Saml2P.ISaml2Message message,
ILoggerAdapter logger)
message
Message to bind.
logger
Logger to use.
Returns CommandResult.
Binds a message to a http response with HTTP Redirect.
public
CommandResult
Bind​(TMessage message,
ILoggerAdapter logger,
System.Action`3 xmlCreatedNotification)
Inherited from Saml2Binding
public
CommandResult
Bind​(Saml2P.ISaml2Message message)
Inherited from Saml2Binding
message
Message to bind.
Returns CommandResult.
Binds a message to a http response.
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