Class SamlConstants.PrimaryStatusCodes
Top level status codes.
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.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 |