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
System_CAPS_pubmethod MPKeyInformation()

Initializes a new instance of the MPKeyInformation class.

Properties

Name Description
System_CAPS_pubproperty AssignmentSiteCode

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

System_CAPS_pubproperty MachineFqdn

Gets or sets the FQDN for the default management point.

System_CAPS_pubproperty MachineName

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

System_CAPS_pubproperty MPCertificate

Gets or sets the management point certificate.

System_CAPS_pubproperty SiteCode

Gets or sets the site code.

System_CAPS_pubproperty TrustedRootKey

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

System_CAPS_pubproperty UnknownMachines

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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