Import method of the MSFT_HgsKeyProtector class

[This documentation is preliminary and is subject to change.]

Imports a key protector from a byte array.

Syntax

uint32 Import(
  [in]   uint8                Bytes[],
  [out]  MSFT_HgsKeyProtector cmdletOutput
);

Parameters

  • Bytes [in]
    The byte array from which to import a key protector.

  • cmdletOutput [out]
    Returns an embedded instance of a MSFT_HgsKeyProtector class.

Requirements

Minimum supported client

Windows 10 Technical Preview

Minimum supported server

Windows Server Technical Preview

Namespace

Root\Microsoft\Windows\Hgs

MOF

HgsClientWmi.mof

DLL

HgsClientWmi.dll

See also

MSFT_HgsKeyProtector