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.​Saml2IdpEntry
Assembly: Sustainsys.Saml2
Inheritance: object → Saml2IdpEntry
The Saml2IdPEntry specifies a single identity provider trusted by the requester to authenticate the presenter
Properties
public
System.​Uri
Location
A URI reference representing the location of a profile-specific
endpoint supporting the authentication request protocol. The
binding to be used must be understood from the profile of use.
public
string
Name
A human-readable name for the identity provider.
ProviderId
The Entity Id of the Identity Provider. Cannot be null.
Methods
ToXElement​()
Create XElement for the Saml2IdPEntry.
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