Click or drag to resize

EnrollmentCredential Class

Represents the enrollment credential that can be used to respond to an enrollment credential challenge.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesEnrollmentCredential

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class EnrollmentCredential

The EnrollmentCredential type exposes the following members.

Constructors
  NameDescription
Public methodEnrollmentCredential
Constructor of EnrollmentCredential with certificate Common Name and Enrollment Password.
Top
Properties
  NameDescription
Public propertyCommonName
The certificate common name for the credential.
Public propertyEnrollmentPassword
The enrollment password for the credential (empty string if n/a).
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Remarks
Credentials consist of certificate Common Name and Enrollment Password. This interface includes all of the convenient methods for constructing an Enrollment credential.
See Also