Show / Hide Table of Contents

Class SamlConstants.AttributeNameFormats

Attribute name format identifiers.

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

Fields

Basic

Basic.

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

Unspecified

Unspecified.

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

Uri

URI.

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