NetworkCredential Class

This class is used to pass a user name and password to API’s that require them.

Namespace: elsystem.net

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Domain string Gets or sets the domain or computer name of the computer that will verify the credentials.
Public property Password string Gets or sets the string used as the password to the API that is being accessed.
Public property UserName string Gets or sets the user name used with the API that is being accessed.
Methods
  Name Description
Public property Create() Creates a new instance of the class.