Search Results for

    Show / Hide Table of Contents

    Class IdentityDescriptor

    Defines an Identity

    Inheritance
    System.Object
    IdentityDescriptor
    Implements
    IClaimDescriptor
    System.IComparable
    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:

    ValueMeaning
    Less than zeroThis instance is less than id.
    ZeroThis instance is equal to id.
    Greater than zeroThis instance is greater than id.

    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:

    ValueMeaning
    Less than zeroThis instance is less than obj.
    ZeroThis instance is equal to obj.
    Greater than zeroThis instance is greater than obj.

    Implements

    IClaimDescriptor
    System.IComparable
    In This Article
    Back to top (c) Meriworks 2002-2022