Show / Hide Table of Contents

Class SamlConstants.BindingUris

The SAML binding URIs.

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

Fields

HttpArtifact

HTTP artifact.

Declaration
public const string HttpArtifact = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
Field Value
Type Description
string

HttpPost

HTTP POST.

Declaration
public const string HttpPost = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Field Value
Type Description
string

HttpRedirect

HTTP redirect.

Declaration
public const string HttpRedirect = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
Field Value
Type Description
string

Paos

PAOS.

Declaration
public const string Paos = "urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
Field Value
Type Description
string

Soap

SOAP.

Declaration
public const string Soap = "urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
Field Value
Type Description
string

Uri

URI.

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