Click or drag to resize
ClientUserCertKeyAdd Method
Adds an SSL certificate or SSH key to a user's store using provided data.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserCertKeyAdd(
	string Username,
	MOVEitCertKeyInfoCertKeyDataType DataType,
	string Data
)

Parameters

Username
Type: SystemString
Username of user to add cert/key for.
DataType
Type: MOVEit.DMZ.APIMOVEitCertKeyInfoCertKeyDataType
Type of cert/key data being added.
Data
Type: SystemString
Cert/key data being added.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also