Search Results for

    Show / Hide Table of Contents

    Class IdentityConfigurationElement

    Defines an Identity using a key (user name) and secret (password)

    Inheritance
    System.Object
    IdentityConfigurationElement
    SdkIdentityConfigurationElement
    SdkIdentityConfigurationElement
    Namespace: ImageVault.Client.Configuration
    Assembly: ImageVault.Client.dll
    Syntax
    public class IdentityConfigurationElement : ConfigurationElement

    Constructors

    IdentityConfigurationElement()

    Declaration
    public IdentityConfigurationElement()

    Properties

    Key

    Get/Sets the Key of the SdkIdentityConfigurationElement

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

    Secret

    Get/Sets the Secret of the SdkIdentityConfigurationElement

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

    Extension Methods

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