Share via


DeviceLockdownProfile.GetLockdownProfileInformation method

7/17/2014

Gets the information object about a specific user role.

Syntax

public static DeviceLockdownProfileInformation GetLockdownProfileInformation(
   Guid profileID
)
Public Shared Function GetLockdownProfileInformation(
   profileID As Guid
) As DeviceLockdownProfileInformation
public:
static DeviceLockdownProfileInformation^ GetLockdownProfileInformation(
   Guid profileID
)

Parameters

  • profileID
    Type: System.Guid [.NET] | Platform::Guid [C++]

    User role profile ID.

Return value

Requirements

Important

This API requires the ID_CAP_ENTERPRISE_SHARED_DATA capability, which allows you to use a standard enterprise certificate. This capability is not available to standard 3rd party developers where the certificate is provided through Visual Studio.
At this time, the Visual Studio 2013 designer does not provide a checkbox for including ID_CAP_ENTERPRISE_SHARED_DATA in the app package manifest. You must manually include ID_CAP_ENTERPRISE_SHARED_DATA in your manifest file. For instructions about how to manually update your manifest file, see Add capabilities.

Minimum supported client

Windows Embedded 8.1 Handheld

Namespace

Windows.Embedded.DeviceLockdown

Windows::Embedded::DeviceLockdown [C++]

Metadata

Windows.Embedded.winmd

See Also

Reference

DeviceLockdownProfile class