InventoryMachinePublicKey Class

 

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)

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class InventoryMachinePublicKey
[SerializableAttribute]
public ref class InventoryMachinePublicKey sealed 
<SerializableAttribute>
Public NotInheritable Class InventoryMachinePublicKey

Constructors

Name Description
System_CAPS_pubmethod InventoryMachinePublicKey()

Initializes a new instance of the InventoryMachinePublicKey class.

System_CAPS_pubmethod InventoryMachinePublicKey(MessageCertificate)

Initializes a new instance of the InventoryMachinePublicKey class.

Properties

Name Description
System_CAPS_pubproperty CertificateBlob

Gets or sets the certificate blob. This can also be set with SetCertificate.

System_CAPS_pubproperty KeyType

Gets or sets the key type.

System_CAPS_pubproperty SerializedKeyType

Gets or sets the key type. This property is only for serialization. Use KeyType instead.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetCertificate(MessageCertificate)

Sets the certificate blob.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static IssuedKeyType

String used for an issued key.

System_CAPS_pubfieldSystem_CAPS_static SelfSignedKeyType

String used for a self-signed key.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top