White Papers

27 Version 1.0.0
"This method is called to generate a client certificate "
"and private key using the provided CA certificate, "
"CA private key and CA password" ),
ValueMap { "0", "1", "2", "3..32767", "32768..65535" },
Values { "Completed with No Error", "Not Supported", "Error",
"DMTF Reserved", "Vendor Specified" }]
uint32 DownloadClientCerts(
[IN, Description (
"base64 encoded string containing "
"the CA private key content" )]
string KeyContent,
[IN, Description (
"CA private key password" )]
string Password,
[IN, Description (
"base64 encoded string containing "
"CA Certificate content" )]
string CAContent,
[OUT, Description (
"a reference to the ConcreteJob is returned" )]
CIM_ConcreteJob REF Job,
[OUT, Description (
"Error MessageID is returned if the method fails "
"to execute." )]
string MessageID,
[OUT, Description (
"Error Message in english corresponding to the "
"MessageID" )]
string Message,
[OUT, Description (
"Any dynamic string substitutions for the Message" )]
string MessageArguments[]);
};