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

Represents a public key as part of an Inventory Machine record

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

Syntax

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

Members

                             
  All Members     Constructors      Fields      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryMachinePublicKey () () () ()
Initializes a new instance of the InventoryMachinePublicKeyclass.
InventoryMachinePublicKey(MessageCertificate)
Initializes a new instance of the InventoryMachinePublicKeyclass.
CertificateBlob
Certificate blob, can also set with SetCertificate()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IssuedKeyType
String used for an "issued" key
KeyType
Key type
MemberwiseClone () () () () (Inherited from Object.)
SelfSignedKeyType
String ued for a "self signed" key
SerializedKeyType
Key type for serialization. Use KeyType instead.
SetCertificate(MessageCertificate)
Sets the certificate blob
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also