Show / Hide Table of Contents

Class SAMLIdentifiers.PrimaryStatusCodes

Top level status codes.

Inheritance
object
SAMLIdentifiers.PrimaryStatusCodes
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

See Also

StatusCode
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.