White Papers

26 Version 1.0.0
"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[]);
[Experimental, Description (
"This method is called to clear the values for "
"provisioning server" ),
ValueMap { "0", "1", "2", "3..32767", "32768..65535" },
Values { "Completed with No Error", "Not Supported", "Error",
"DMTF Reserved", "Vendor Specified" }]
uint32 ClearProvisioningServer(
[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[]);
[Experimental, Description (
"This method is called to replace the CA certificate "
"used to authenticate the auto discovery provisioning server" ),
ValueMap { "0", "1", "2", "3..32767", "32768..65535" },
Values { "Completed with No Error", "Not Supported", "Error",
"DMTF Reserved", "Vendor Specified" }]
uint32 DownloadServerPublicKey(
[IN, Description (
"base64 encoded string containing the "
"CA certificate content" )]
string KeyContent,
[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[]);
[Experimental, Description (