InventoryMachinePublicKey Class
Represents a public key as part of an inventory machine record.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | InventoryMachinePublicKey() | Initializes a new instance of the InventoryMachinePublicKey class. |
![]() | InventoryMachinePublicKey(MessageCertificate^) | Initializes a new instance of the InventoryMachinePublicKey class. |
| Name | Description | |
|---|---|---|
![]() | CertificateBlob | Gets or sets the certificate blob. This can also be set with SetCertificate. |
![]() | KeyType | Gets or sets the key type. |
![]() | SerializedKeyType | Gets or sets the key type. This property is only for serialization. Use KeyType instead. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SetCertificate(MessageCertificate^) | Sets the certificate blob. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IssuedKeyType | String used for an issued key. |
![]() ![]() | SelfSignedKeyType | String used for a self-signed key. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



