[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains MP key information

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MPKeyInformation
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MPKeyInformation
[
SerializableAttribute]
public 
ref class 
MPKeyInformation 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPKeyInformation () () () ()
AssignmentSiteCode
Site code for assignment. Only returned when making call to ConfigMgrMPKeyInformationExRequest
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MachineFqdn
FQDN of the default MP
MachineName
Machine name of the default MP
MemberwiseClone () () () () (Inherited from Object.)
MPCertificate
The MP's certificate
SiteCode
Site code
ToString () () () () (Inherited from Object.)
TrustedRootKey
The MP's trusted root key
UnknownMachines
Unknown machines information. Only returned when making call to ConfigMgrMPKeyInformationExRequest

Inheritance Hierarchy

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

See Also