Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Imports the owner authorization information for a TPM that is already owned into the operating system registry. This operation will first validate if the supplied owner authorization information is correct. If correct, the method imports this information to the registry.
This method is only accessible by local administrators.
Syntax
uint32 ImportOwnerAuth(
[in] STRING OwnerAuth
);
Parameters
-
OwnerAuth [in]
-
The valid owner authorization information for the TPM.
Return value
All TPM errors as well as errors specific to TPM Base Services can be returned.
Common return codes are listed below.
| Return code/value | Description |
|---|---|
|
The method was successful. |
Remarks
This method is particularly useful in the scenarios where the TPM is in a "ready with reduced functionality state " and requires the importing of the owner authorization to be fully ready or in a dual-boot scenarios where one of the operating systems has owned the TPM and the owner authorization information for TPM is not available in the other operating system.
Managed Object Format (MOF) files contain the definitions for Windows Management Instrumentation (WMI) classes. MOF files are not installed as part of the Windows SDK. They are installed on the server when you add the associated role by using the Server Manager. For more information about MOF files, see Managed Object Format (MOF).
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 8 [desktop apps only] |
| Minimum supported server |
Windows Server 2012 [desktop apps only] |
| Namespace |
\\.\root\CIMV2\Security\MicrosoftTpm |
| MOF |
|
| DLL |
|
See also