Class SamlConstants.ConsentIdentifiers
Consent identifiers.
Inheritance
System.Object
SamlConstants.ConsentIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |