Chilkat C# Ntlm Class Reference
Ntlm
API for implemeting both client and server sides of the NTLM protocol/algorithm. The Chilkat NTLM API is included as part of the "Chilkat Crypt" license.
Object Creation
(C#)
Chilkat.Ntlm obj = new Chilkat.Ntlm();
(VB.NET)
Dim obj As New Chilkat.Ntlm()
Properties
public string ClientChallenge {get; set; }
To be documented soon...
public string DnsComputerName {get; set; }
To be documented soon...
public string DnsDomainName {get; set; }
To be documented soon...
public string Domain {get; set; }
To be documented soon...
public string EncodingMode {get; set; }
To be documented soon...
public string Flags {get; set; }
To be documented soon...
public string LastErrorHtml {get; }
Error information in HTML format for the last method called.
public string LastErrorText {get; }
Error information in plain-text format for the last method called.
public string LastErrorXml {get; }
Error information in XML format for the last method called.
public string NetBiosComputerName {get; set; }
To be documented soon...
public string NetBiosDomainName {get; set; }
To be documented soon...
public int NtlmVersion {get; set; }
To be documented soon...
public int OemCodePage {get; set; }
To be documented soon...
public string Password {get; set; }
To be documented soon...
public string ServerChallenge {get; set; }
To be documented soon...
public string TargetName {get; set; }
To be documented soon...
public string UserName {get; set; }
To be documented soon...
public string Workstation {get; set; }
To be documented soon...
Methods
public string GenType1();
To be documented soon...
public string GenType2(string type1Msg);
To be documented soon...
public string GenType3(string type2Msg);
To be documented soon...
public bool LoadType3(string type3Msg);
To be documented soon...
public string ParseType1(string type1Msg);
To be documented soon...
public string ParseType2(string type2Msg);
To be documented soon...
public string ParseType3(string type3Msg);
To be documented soon...
public bool SaveLastError(string filename);
Saves the last error information to an XML formatted file.
public bool SetFlag(string flagLetter, bool on);
To be documented soon...
public bool UnlockComponent(string unlockCode);
To be documented soon...
|