Show / Hide Table of Contents

Class UserCredentials

Representation of user credentials.

Inheritance
System.Object
UserCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Api.Models
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class UserCredentials

Properties

| Improve this Doc View Source

Password

Gets or sets get Password.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Username

Gets or sets get Username.

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX