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

Assembly: Sustainsys.Saml2

Inheritance: object → Saml2SubjectExtensions

Extension methods for Saml2Subject

Methods

ToXElement​(Microsoft.​IdentityModel.​Tokens.​Saml2.​Saml2Subject subject)
Writes out the subject as an XElement.
Returns XElement
subject The subject to create xml for.
ToXElement​(Microsoft.​IdentityModel.​Tokens.​Saml2.​Saml2SubjectConfirmation subjectConfirmation)
Writes out the subject confirmation as an XElement.
ToXElement​(Microsoft.​IdentityModel.​Tokens.​Saml2.​Saml2SubjectConfirmationData subjectConfirmationData)
Writes out the subject confirmation data as an XElement.
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