Search Results for

    Show / Hide Table of Contents

    Interface IClaimDescriptor

    Describes an Identity from an identity catalog

    Namespace: ImageVault.Common.Security
    Assembly: ImageVault.Common.dll
    Syntax
    public interface IClaimDescriptor

    Properties

    ClaimType

    The type of claim that identifies the identity

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

    ClaimValue

    The value that identifies the identity

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

    DisplayName

    Get/Sets the DisplayName of the IIdentityService

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

    A common name for the identity for users to recognize

    Extension Methods

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