Show / Hide Table of Contents

Class SamlConstants.Prefixes

The standard XML prefixes.

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

Fields

DS

The XML digital signature prefix.

Declaration
public const string DS = "ds"
Field Value
Type Description
string

MD

The SAML metadata prefix.

Declaration
public const string MD = "md"
Field Value
Type Description
string

Saml

The SAML prefix.

Declaration
public const string Saml = "saml"
Field Value
Type Description
string

Samlp

The SAML protocol prefix.

Declaration
public const string Samlp = "samlp"
Field Value
Type Description
string

Xenc

The XML encryption prefix.

Declaration
public const string Xenc = "xenc"
Field Value
Type Description
string

Xenc11

The XML encryption v1.1 prefix.

Declaration
public const string Xenc11 = "xenc11"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.