C# Class MailKit.Security.Ntlm.Type1Message

Inheritance: MessageBase
Mostra file Open project: jstedfast/MailKit Class Usage Examples

Public Methods

Method Description
Encode ( ) : byte[]
Type1Message ( byte message, int startIndex, int length ) : System
Type1Message ( string hostName, string domainName ) : System

Private Methods

Method Description
Decode ( byte message, int startIndex, int length ) : void

Method Details

Encode() public method

public Encode ( ) : byte[]
return byte[]

Type1Message() public method

public Type1Message ( byte message, int startIndex, int length ) : System
message byte
startIndex int
length int
return System

Type1Message() public method

public Type1Message ( string hostName, string domainName ) : System
hostName string
domainName string
return System