C# 클래스 Microsoft.Alm.Authentication.Credential

Credentials for user authentication.
상속: Secret
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Password System.Security.SecureString
Username string

공개 메소드들

메소드 설명
Credential ( string username, SecureString password ) : System

Creates a credential object with a username and password pair.

비공개 메소드들

메소드 설명
Validate ( Credential credentials ) : void

메소드 상세

Credential() 공개 메소드

Creates a credential object with a username and password pair.
public Credential ( string username, SecureString password ) : System
username string The username value of the .
password System.Security.SecureString The password value of the .
리턴 System

프로퍼티 상세

Password 공개적으로 프로퍼티

Secret related to the username.
public SecureString,System.Security Password
리턴 System.Security.SecureString

Username 공개적으로 프로퍼티

Unique identifier of the user.
public string Username
리턴 string