NtlmLogonService Members

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

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

The NtlmLogonService type exposes the following members.

Constructors

  Name Description
Public method NtlmLogonService()()()()
Default constructor.
Public method NtlmLogonService(SDKTransportProtocol, String, Int32)
Constructor to use, if there for some reason is no App.config present in the application.

The serverAddress can be either an IPv4, IPv6 or a domain address.

Methods

  Name Description
Public method Authenticate
Authenticating a user against MultiArchive and returns a Credentials object containing a sercuritytoken and sessionId.

The credentials must be used when invoking all other services on MultiArchive.
Public method Dispose()()()()
Public method for closing the connection to the ItemPortTypeClient correctly.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by the NtlmLogonService and optionally releases the managed resources
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

See Also