C# 클래스 Microsoft.Protocols.TestManager.KerberosPlugin.User

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
Domain string
Name string
Password string
Salt string
ServiceName string

공개 메소드들

메소드 설명
User ( string name, string password, string domain, string salt, string servicename ) : System

메소드 상세

User() 공개 메소드

public User ( string name, string password, string domain, string salt, string servicename ) : System
name string
password string
domain string
salt string
servicename string
리턴 System

프로퍼티 상세

Domain 공개적으로 프로퍼티

public string Domain
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Password 공개적으로 프로퍼티

public string Password
리턴 string

Salt 공개적으로 프로퍼티

public string Salt
리턴 string

ServiceName 공개적으로 프로퍼티

public string ServiceName
리턴 string