MultiArchive SDK .NET Documentation |
NtlmLogonService..::..Authenticate Method |
NtlmLogonService Class See Also Send Feedback |
[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.
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: CredentialsThe 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. |