C# Class Dev2.DynamicServices.StudioAccount

Inheritance: NetworkAccount
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
SetPassword ( string password ) : void
StudioAccount ( IByteReaderBase reader ) : System
StudioAccount ( string username, string password ) : System

Protected Methods

Method Description
SetPassword ( byte value ) : void

Private Methods

Method Description
GetPasswordBytes ( string password ) : byte[]

Method Details

SetPassword() protected method

protected SetPassword ( byte value ) : void
value byte
return void

SetPassword() public method

public SetPassword ( string password ) : void
password string
return void

StudioAccount() public method

public StudioAccount ( IByteReaderBase reader ) : System
reader IByteReaderBase
return System

StudioAccount() public method

public StudioAccount ( string username, string password ) : System
username string
password string
return System