Show / Hide Table of Contents

Class SamlConstants.PrimaryStatusCodes

Top level status codes.

Inheritance
object
SamlConstants.PrimaryStatusCodes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.