MDM_RemoteAppUserCookie class

[The MDM Application Provider is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the EnterpriseAppManagement Configuration Service Provider (CSP).]

Retrieves information that a device needs to subscribe to a remote application server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), Deprecated("No value"), dynamic, provider("MDMAppProv"), AMENDMENT]
class MDM_RemoteAppUserCookie
{
  string FeedUrl;
  string Cookie;
  string CookieHash;
};

Members

The MDM_RemoteAppUserCookie class has these types of members:

Properties

The MDM_RemoteAppUserCookie class has these properties.

Cookie

Data type: string

Access type: Read-only

Gets an authentication cookie that allows the device to subscribe to the remote application server.

CookieHash

Data type: string

Access type: Read-only

Gets a server generated hash of the authentication cookie for the remote application server.

FeedUrl

Data type: string

Access type: Read-only

Qualifiers: key

Gets a key that specifies the URL of the remote application server.

Requirements

Minimum supported client
Windows 8.1
Minimum supported server
None supported
Namespace
Root\cimv2\mdm
MOF
MDMAppProv.Mof
DLL
MDMAppProv.dll

See also

Mobile Device Management Application Provider Classes