Click or drag to resize
ClientUserCertKeyRemove Method
Removes an SSL certificate or SSH key from a user's store.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserCertKeyRemove(
	string Username,
	string CertKeyID
)

Parameters

Username
Type: SystemString
Username of user to remove cert/key for.
CertKeyID
Type: SystemString
ID of cert/key to remove.

Return Value

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