Udostępnij za pośrednictwem


InventoryIdentificationMachine.PublicKey Property

 

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