Show / Hide Table of Contents

Class SAMLIdentifiers.ConsentIdentifiers

Consent identifiers.

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

See Also

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