Click or drag to resize

CredentialInfo Class

[This is preliminary documentation and is subject to change.]

Login credentials for validation.
Inheritance Hierarchy
SystemObject
  Purolator.Webservice.ObjectsCredentialInfo

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class CredentialInfo

The CredentialInfo type exposes the following members.

Properties
  NameDescription
Public propertyClientID
Unique ClientID.
Public propertyPassword
Login password.
Public propertyUserName
Login username.
Top
See Also