MPKeyInformation Class

 

Contains management point key information.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::MPKeyInformation

[SerializableAttribute]
public ref class MPKeyInformation sealed 

NameDescription
System_CAPS_pubmethodMPKeyInformation()

Initializes a new instance of the MPKeyInformation class.

NameDescription
System_CAPS_pubpropertyAssignmentSiteCode

Gets or sets the site code for assignment. This property is only returned when making a call to ConfigMgrMPKeyInformationExRequest.

System_CAPS_pubpropertyMachineFqdn

Gets or sets the FQDN for the default management point.

System_CAPS_pubpropertyMachineName

Gets or sets the machine name for the default management point.

System_CAPS_pubpropertyMPCertificate

Gets or sets the management point certificate.

System_CAPS_pubpropertySiteCode

Gets or sets the site code.

System_CAPS_pubpropertyTrustedRootKey

Gets or sets the trusted root key for the management point.

System_CAPS_pubpropertyUnknownMachines

Gets or sets information for unknown machines. This property is only returned when making a call to ConfigMgrMPKeyInformationExRequest.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: