Click or drag to resize

UserCredentials Class

Contains the user's credentials for the LoginUser method.
Inheritance Hierarchy
System.Object
  MedTunnelSvc.Models.UserCredentials

Namespace:  MedTunnelSvc.Models
Assembly:  MedTunnelSvc (in MedTunnelSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UserCredentials

The UserCredentials type exposes the following members.

Properties
  NameDescription
Public propertyApplicationId
User's Application Id
Public propertyExpirationInMinutes
Number of minutes before the user's session expires
Public propertyLocationId
User's Location Id
Public propertyMedTunnelId
User's MedTunnel Id
Public propertyPassword
User's MedTunnel Password
Top
See Also