C# Class Microsoft.Protocols.TestManager.KerberosPlugin.User

Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
Domain string
Name string
Password string
Salt string
ServiceName string

Public Methods

Method Description
User ( string name, string password, string domain, string salt, string servicename ) : System

Method Details

User() public method

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

Property Details

Domain public_oe property

public string Domain
return string

Name public_oe property

public string Name
return string

Password public_oe property

public string Password
return string

Salt public_oe property

public string Salt
return string

ServiceName public_oe property

public string ServiceName
return string