NtlmLogonService.Authenticate Method

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

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

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.

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

Syntax

C#
public Credentials Authenticate()
Visual Basic
Public Function Authenticate As Credentials
Visual C++
public:
Credentials^ Authenticate()

Return Value

Type: Credentials
The method returns a Credentials object which is to be used when invoking other service calls.

Exceptions

Exception Condition
MultiArchive.SDK.Services.Exceptions..::..LogonException Throws a LogonException if the specified username and password is not authenticated.

See Also