Show / Hide Table of Contents

Class SAMLIdentifiers.ConsentIdentifiers

Consent identifiers.

Inheritance
System.Object
SAMLIdentifiers.ConsentIdentifiers
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class ConsentIdentifiers

Fields

Explicit

Explicit.

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

Implicit

Implicit.

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

Inapplicable

Inapplicable.

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

Obtained

Obtained.

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

Prior

Prior.

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

Unavailable

Unavailable.

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

Unspecified

Unspecified.

Declaration
public const string Unspecified = "urn:oasis:names:tc:SAML:2.0:consent:unspecified"
Field Value
Type Description
System.String

See Also

RequestAbstractType
StatusResponseType
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.