Click or drag to resize
MOVEitCertKeyInfo Class
Container object used to provide information about a specific user SSL certificate or SSH key on a MOVEit Transfer server.
Inheritance Hierarchy

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public class MOVEitCertKeyInfo : MOVEitObjectInfo

The MOVEitCertKeyInfo type exposes the following members.

Properties
  NameDescription
Public propertyData
The cert/key data.
Public propertyDataInitialized
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.)
Public propertyDataType
The data type of this cert/key.
Public propertyID
The unique ID of this cert/key.
Public propertyInstID
ID of the organization this cert/key exists in.
Public propertyOrgID
ID of the organization this cert/key exists in.
Public propertyOwnerRealName
The real name of the person or automated account (e.g. "John Smith") with which this cert/key is associated.
Public propertyOwnerUserID
The user ID of the person or automated account (e.g. "jsmithr8my61b5oj") with which this cert/key is associated.
Public propertyOwnerUsername
The username of the person or automated account (e.g. "jsmith") with which this cert/key is associated.
Public propertyTimestamp
The date and time this cert/key was added.
Public propertyType
The type of this cert/key.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Instances of the object are returned by various methods of the Client object. An instance of the object is populated using information returned from the MOVEit Transfer host, and then passed on to the calling program, which can then access the information through the available methods.
See Also