Show / Hide Table of Contents

Class SamlConstants.Prefixes

The standard XML prefixes.

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

Fields

DS

The XML digital signature prefix.

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

MD

The SAML metadata prefix.

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

Saml

The SAML prefix.

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

Samlp

The SAML protocol prefix.

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

Xenc

The XML encryption prefix.

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

Xenc11

The XML encryption v1.1 prefix.

Declaration
public const string Xenc11 = "xenc11"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.