Class SAMLIdentifiers.PrimaryStatusCodes
Top level status codes.
Inherited Members
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SAMLIdentifiers.PrimaryStatusCodes
  Fields
Requester
Requester.
Declaration
public const string Requester = "urn:oasis:names:tc:SAML:2.0:status:Requester"
  Field Value
| Type | Description | 
|---|---|
| string | 
Responder
Responder.
Declaration
public const string Responder = "urn:oasis:names:tc:SAML:2.0:status:Responder"
  Field Value
| Type | Description | 
|---|---|
| string | 
Success
Success.
Declaration
public const string Success = "urn:oasis:names:tc:SAML:2.0:status:Success"
  Field Value
| Type | Description | 
|---|---|
| string | 
VersionMismatch
VersionMismatch.
Declaration
public const string VersionMismatch = "urn:oasis:names:tc:SAML:2.0:status:VersionMismatch"
  Field Value
| Type | Description | 
|---|---|
| string |