MPKeyInformation Class
Contains management point key information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.MPKeyInformation
Syntax
[SerializableAttribute]
public sealed class MPKeyInformation
[SerializableAttribute]
public ref class MPKeyInformation sealed
<SerializableAttribute>
Public NotInheritable Class MPKeyInformation
Constructors
Name | Description | |
---|---|---|
MPKeyInformation() | Initializes a new instance of the MPKeyInformation class. |
Properties
Name | Description | |
---|---|---|
AssignmentSiteCode | Gets or sets the site code for assignment. This property is only returned when making a call to ConfigMgrMPKeyInformationExRequest. |
|
MachineFqdn | Gets or sets the FQDN for the default management point. |
|
MachineName | Gets or sets the machine name for the default management point. |
|
MPCertificate | Gets or sets the management point certificate. |
|
SiteCode | Gets or sets the site code. |
|
TrustedRootKey | Gets or sets the trusted root key for the management point. |
|
UnknownMachines | Gets or sets information for unknown machines. This property is only returned when making a call to ConfigMgrMPKeyInformationExRequest. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top