Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the public key for the machine.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Recommended)]
public InventoryMachinePublicKey PublicKey { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended)]
property InventoryMachinePublicKey^ PublicKey {
InventoryMachinePublicKey^ get();
void set(InventoryMachinePublicKey^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended)>
Public Property PublicKey As InventoryMachinePublicKey
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryMachinePublicKey
See Also
InventoryIdentificationMachine Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top