Search Results for

    Show / Hide Table of Contents

    Class GlobalRoleIdentity

    Summary description for GlobalRoleIdentity.

    Inheritance
    System.Object
    GlobalRoleIdentity
    Implements
    IClaimDescriptor
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class GlobalRoleIdentity : Object, IClaimDescriptor

    Constructors

    GlobalRoleIdentity()

    Initializes a new instance of the GlobalRoleIdentity class.

    Declaration
    public GlobalRoleIdentity()

    GlobalRoleIdentity(GlobalRoleIdentity)

    Initializes a new instance of the GlobalRoleIdentity class.

    Declaration
    public GlobalRoleIdentity(GlobalRoleIdentity identity)
    Parameters
    Type Name Description
    GlobalRoleIdentity identity

    GlobalRoleIdentity(String, GlobalRoles)

    Initializes a new instance of the GlobalRoleIdentity class.

    Declaration
    public GlobalRoleIdentity(string identity, GlobalRoles roles)
    Parameters
    Type Name Description
    System.String identity
    GlobalRoles roles

    GlobalRoleIdentity(String, String, GlobalRoles)

    Declaration
    public GlobalRoleIdentity(string claimType, string claimValue, GlobalRoles roles)
    Parameters
    Type Name Description
    System.String claimType
    System.String claimValue
    GlobalRoles roles

    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 GlobalRoleIdentity

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String

    Roles

    Get/Sets the Roles of the GlobalRoleIdentity

    Declaration
    public GlobalRoles Roles { get; set; }
    Property Value
    Type Description
    GlobalRoles

    Implements

    IClaimDescriptor

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022