Search Results for

    Show / Hide Table of Contents

    Class VaultAccess

    Defines the access for a specific identity in a vault

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

    Constructors

    VaultAccess()

    Initializes a new instance of the VaultAccess class.

    Declaration
    public VaultAccess()

    VaultAccess(VaultAccess)

    Initializes a new instance of the VaultAccess class.

    Declaration
    public VaultAccess(VaultAccess vaultAccess)
    Parameters
    Type Name Description
    VaultAccess vaultAccess

    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 VaultAccess

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

    Role

    Get/Sets the Role of the VaultAccess

    Declaration
    public VaultRoles Role { get; set; }
    Property Value
    Type Description
    VaultRoles

    The VaultRoles for the identity

    Implements

    IClaimDescriptor

    Extension Methods

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