Search Results for

    Show / Hide Table of Contents

    Class GenericCredentials

    Inheritance
    System.Object
    GenericCredentials
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class GenericCredentials

    Constructors

    GenericCredentials(String)

    Declaration
    public GenericCredentials(string credentialString)
    Parameters
    Type Name Description
    System.String credentialString

    GenericCredentials(String, String)

    Declaration
    public GenericCredentials(string userName, string password)
    Parameters
    Type Name Description
    System.String userName
    System.String password

    Properties

    Item[String]

    Declaration
    public string this[string propertyName] { get; set; }
    Parameters
    Type Name Description
    System.String propertyName
    Property Value
    Type Description
    System.String

    Password

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

    PropertyKeys

    Declaration
    public string[] PropertyKeys { get; }
    Property Value
    Type Description
    System.String[]

    UserName

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

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    ToCredentialString()

    Declaration
    public string ToCredentialString()
    Returns
    Type Description
    System.String

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • GenericCredentials(String)
      • GenericCredentials(String, String)
    • Properties
      • Item[String]
      • Password
      • PropertyKeys
      • UserName
    • Methods
      • Equals(Object)
      • GetHashCode()
      • ToCredentialString()
      • ToString()
    Back to top Generated by DocFX