Table of Contents

Class EntityIDType

Namespace
ComponentSpace.Saml2.Metadata
Assembly
ComponentSpace.Saml2.dll

Represents the entity ID type.

public class EntityIDType
Inheritance
EntityIDType
Derived
Inherited Members

Remarks

Refer to the Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.

Fields

MaxLength

The maximum length of an entity ID.

public const int MaxLength = 1024

Field Value

int

Properties

Uri

Gets or sets the entity ID URI.

public string Uri { get; set; }

Property Value

string

The entity ID URI.