NtlmLogonService Class

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

This is the service class for handling NTLM logon requests against MultiArchive.

The usage of this class is to authenticate users via NTLM against MultiArchive and create a Credentials object which can be used by all the other services.

Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public class NtlmLogonService : IDisposable
Visual Basic
Public Class NtlmLogonService
	Implements IDisposable
Visual C++
public ref class NtlmLogonService : IDisposable

Inheritance Hierarchy

System..::..Object
  MultiArchive.SDK.Services..::..NtlmLogonService

See Also