Search Results for

    Show / Hide Table of Contents

    Class CredentialsOptions

    Options for configuring credentials

    Inheritance
    System.Object
    CredentialsOptions
    Namespace: ImageVault.Client.Configuration
    Assembly: ImageVault.Client.dll
    Syntax
    public class CredentialsOptions : Object

    Constructors

    CredentialsOptions()

    Declaration
    public CredentialsOptions()

    Properties

    Password

    The password

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

    Username

    The username

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

    Extension Methods

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