Class EntityIDType
Represents the entity ID type.
Inherited Members
Namespace: ComponentSpace.SAML2.Metadata
Assembly: ComponentSpace.Saml2.dll
Syntax
public class EntityIDType
  Remarks
Refer to the Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0 specification for further details.
Constructors
EntityIDType()
Initializes a new instance of the EntityIDType class.
Declaration
public EntityIDType()
  EntityIDType(string)
Initializes a new instance of the EntityIDType class.
Declaration
public EntityIDType(string uri)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | uri | The URI.  | 
      
Exceptions
| Type | Condition | 
|---|---|
| SAMLSerializationException | Thrown when the URI length is invalid.  | 
      
Fields
MaxLength
The maximum length of an entity ID.
Declaration
public const int MaxLength = 1024
  Field Value
| Type | Description | 
|---|---|
| int | 
Properties
URI
Gets or sets the URI.
Declaration
public string URI { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The URI.  | 
      
Methods
ToString()
Returns a string that represents the entity ID.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| string | A string that represents the entity ID.  |