Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class BasicAuthCredentials

    Represents basic authentication credentials consisting of a username and password.

    Inheritance
    object
    BasicAuthCredentials
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Security
    Assembly: Innovt.Domain.dll
    Syntax
    public class BasicAuthCredentials

    Properties

    | Edit this page View Source

    Password

    Gets or sets the password for basic authentication.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Username

    Gets or sets the username for basic authentication.

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

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX