| ClientUserCertKeyList Method | 
            Returns a list of SSL certificates and SSH keys in the user's store.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic List<MOVEitCertKeyInfo> UserCertKeyList(
	string Username
)
Public Function UserCertKeyList ( 
	Username As String
) As List(Of MOVEitCertKeyInfo)
public:
List<MOVEitCertKeyInfo^>^ UserCertKeyList(
	String^ Username
)
Parameters
- Username
- Type: SystemString
 Username of user to list certs and keys of.
Return Value
Type: 
ListMOVEitCertKeyInfoList containing list results if successful; otherwise, 
null.
 Remarks
Remarks
            Returns an empty List if no certs or keys are found, or 
 if the currently
            authorized user is not permitted to get this information.
            
 See Also
See Also