Class IdentityDescriptor
Defines an Identity
Inheritance
System.Object
IdentityDescriptor
Inherited Members
System.Object.ToString()
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: ImageVault.Web.Security
Assembly: ImageVault.Web.dll
Syntax
public class IdentityDescriptor : IComparable
Constructors
IdentityDescriptor()
Declaration
public IdentityDescriptor()
Properties
ClaimType
Declaration
public string ClaimType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClaimValue
Declaration
public string ClaimValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Get/Sets the DisplayName of the IdentityDescriptor
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CompareTo(IdentityDescriptor)
Compares the current instance with another object of the same type.
Declaration
public int CompareTo(IdentityDescriptor id)
Parameters
Type | Name | Description |
---|---|---|
IdentityDescriptor | id | The IdentityDescriptor to compare with this instance. |
Returns
Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
System.Int32 | A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
|
CompareTo(Object)
Compares the current instance with another object of the same type.
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The System.Object to compare with this instance. |
Returns
Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
System.Int32 | A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
|
Implements
System.IComparable