ClientUserCertKeyAdd Method |
Adds an SSL certificate or SSH key to a user's store using provided data.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool UserCertKeyAdd(
string Username,
MOVEitCertKeyInfoCertKeyDataType DataType,
string Data
)
Public Function UserCertKeyAdd (
Username As String,
DataType As MOVEitCertKeyInfoCertKeyDataType,
Data As String
) As Boolean
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:
Booleantrue if successful; otherwise,
false.
See Also