Click or drag to resize
ClientUserCertKeyList Method
Returns a list of SSL certificates and SSH keys in the user's store.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public List<MOVEitCertKeyInfo> UserCertKeyList(
	string Username
)

Parameters

Username
Type: SystemString
Username of user to list certs and keys of.

Return Value

Type: ListMOVEitCertKeyInfo
List containing list results if successful; otherwise, null.
Remarks
Returns an empty List if no certs or keys are found, or
null
if the currently authorized user is not permitted to get this information.
See Also