Class EntityIDType
Represents the entity ID type.
Inheritance
System.Object
EntityIDType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|---|
System.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 |
---|---|
System.Int32 |
Properties
URI
Gets or sets the URI.
Declaration
public string URI { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URI. |
Methods
ToString()
Returns a string that represents the entity ID.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the entity ID. |
Overrides
System.Object.ToString()