MDM_MgmtAuthority class
Represents a management authority and provides a method to create new authorities.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("MDMSettingsProv"), AMENDMENT]
class MDM_MgmtAuthority
{
string AuthorityName;
string RootThumbprint;
string ProvisionedCertThumbprint;
string ClientSearchCriteria;
string ServerList;
};
Members
The MDM_MgmtAuthority class has these types of members:
Methods
The MDM_MgmtAuthority class has these methods.
| Method | Description |
|---|---|
| CreateNewAuthority |
Creates a new management authority. |
Properties
The MDM_MgmtAuthority class has these properties.
- AuthorityName
-
- Data type: string
- Access type: Read-only
- Qualifiers: key
Identifies the MDM_MgmtAuthority class instance.
- ClientSearchCriteria
-
- Data type: string
- Access type: Read-only
The certificate search criteria. For example, Thumbprint=122344&store=my\\system.
- ProvisionedCertThumbprint
-
- Data type: string
- Access type: Read-only
A thumb print of the certificate for this authority.
- RootThumbprint
-
- Data type: string
- Access type: Read-only
A thumb print of the trusted root certificate for this authority.
- ServerList
-
- Data type: string
- Access type: Read-only
A list of the management server URLs that are associated with this authority.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
None supported |
|
Namespace |
Root\CIMv2\MDM |
|
MOF |
|
|
DLL |
|
See also