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.​Saml2ArtifactResolve
Assembly: Sustainsys.Saml2
Inheritance: object → Saml2RequestBase → Saml2ArtifactResolve
Artifact resolution request, corresponds to section 3.5.1 in SAML core specification.
Properties
public
string
Artifact
Artifact to resolve.
protected
string
LocalName
The SAML2 request name
The id of the request.
public
string
Version
Version of the SAML request. Always returns "2.0"
public
string
IssueInstant
The instant that the request was issued (well actually, created).
public
string
MessageName
SAML message name for requests - hard coded to SAMLRequest.
public
System.​Uri
DestinationUrl
The destination of the request.
Issuer
The issuer of the request.
ExtensionContents
The additional content to append within an Extensions element.
public
string
RelayState
RelayState attached to the 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.
Methods
public
string
ToXml​() Returns string containing the Xml data.
Serializes the message into wellformed Xml.
ToXElement​()
Creates XNodes for the fields of the Saml2RequestBase class. These
nodes should be added when creating XML out of derived classes.
protected
void
ReadBaseProperties​(System.Xml.XmlElement xml)
Inherited from Saml2RequestBase
xml
The xml document to parse
Reads the request properties present in Saml2RequestBase
Also validates basic properties of the request
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