Show / Hide Table of Contents

Class SamlConstants.ConsentIdentifiers

Consent identifiers.

Inheritance
object
SamlConstants.ConsentIdentifiers
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.ConsentIdentifiers

Fields

Explicit

Explicit.

Declaration
public const string Explicit = "urn:oasis:names:tc:SAML:2.0:consent:current-explicit"
Field Value
Type Description
string

Implicit

Implicit.

Declaration
public const string Implicit = "urn:oasis:names:tc:SAML:2.0:consent:current-implicit"
Field Value
Type Description
string

Inapplicable

Inapplicable.

Declaration
public const string Inapplicable = "urn:oasis:names:tc:SAML:2.0:consent:inapplicable"
Field Value
Type Description
string

Obtained

Obtained.

Declaration
public const string Obtained = "urn:oasis:names:tc:SAML:2.0:consent:obtained"
Field Value
Type Description
string

Prior

Prior.

Declaration
public const string Prior = "urn:oasis:names:tc:SAML:2.0:consent:prior"
Field Value
Type Description
string

Unavailable

Unavailable.

Declaration
public const string Unavailable = "urn:oasis:names:tc:SAML:2.0:consent:unavailable"
Field Value
Type Description
string

Unspecified

Unspecified.

Declaration
public const string Unspecified = "urn:oasis:names:tc:SAML:2.0:consent:unspecified"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.