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.​Models.​SamlInteractionResponse

Assembly: Duende.IdentityServer

Inheritance: object → SamlInteractionResponse

Implemented Interfaces

Properties

protected System.​Type
EqualityContract
public bool
IsError
ResultType
public SamlError
Error

Methods

public static SamlInteractionResponse
CreateError​(string statusCode, string errorDescription)
public static SamlInteractionResponse
Create​(SamlInteractionResponseType type)
public string
ToString​()
protected bool
PrintMembers​(System.​Text.​StringBuilder builder)
public int
GetHashCode​()
public bool
Equals​(object obj)
public bool
Equals​(SamlInteractionResponse other)
<Clone>$​()
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object