ClientUserCertKeyRemove Method |
Removes an SSL certificate or SSH key from a user's store.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool UserCertKeyRemove(
string Username,
string CertKeyID
)
Public Function UserCertKeyRemove (
Username As String,
CertKeyID As String
) As Boolean
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:
Booleantrue if successful; otherwise,
false.
See Also