Show / Hide Table of Contents

Class SamlConstants.AttributeNameFormats

Attribute name format identifiers.

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

Fields

Basic

Basic.

Declaration
public const string Basic = "urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
Field Value
Type Description
System.String

Unspecified

Unspecified.

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

Uri

URI.

Declaration
public const string Uri = "urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.