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.​NameId
Assembly: Duende.IdentityServer
Inheritance: object → NameId
The Saml NameIDType
Properties
public
string
Format
A URI reference representing the classification of string-based identifier information.
public
string
Value
The value, i.e. string contents of the XML node.
public
string
SPNameQualifier
Optionally qualifies a name identifier in the namespace of a service provider or affiliation of providers.
public
string
NameQualifier
The security or administrative domain that qualifies the name.
Methods
public static
NameId
FromString​(string value)
Creates a <see cref="T:Duende.IdentityServer.Saml.NameId" /> from a string value.
Returns A new NameId
value
The value
public
string
ToString​()
Shows debugger friendly string
Returns string
public
bool
Equals​(object other)
Comparison
Returns Are they equal?
other
Object to compare to
public
int
GetHashCode​()
Get hash code
Returns Hash code
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object