[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:
CredentialsThe method returns a
Credentials object which is to be used when invoking other service calls.
Exceptions
See Also