Click or drag to resize

ExecutorCredentialsContract Class

Description of the Credentials.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContractsExecutorCredentialsContract

Namespace:  SOS.SDK.Contracts.DataContracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ExecutorCredentialsContract

The ExecutorCredentialsContract type exposes the following members.

Constructors
  NameDescription
Public methodExecutorCredentialsContract
Initializes a new instance of the ExecutorCredentialsContract class
Top
Properties
  NameDescription
Public propertyAuthToken
Auth Token.
Public propertyLogin
User login.
Public propertyPassword
User password for getting access to the Network Share.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also