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)

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

[SerializableAttribute]
public ref class InventoryMachinePublicKey sealed 

NameDescription
System_CAPS_pubmethodInventoryMachinePublicKey()

Initializes a new instance of the InventoryMachinePublicKey class.

System_CAPS_pubmethodInventoryMachinePublicKey(MessageCertificate^)

Initializes a new instance of the InventoryMachinePublicKey class.

NameDescription
System_CAPS_pubpropertyCertificateBlob

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

System_CAPS_pubpropertyKeyType

Gets or sets the key type.

System_CAPS_pubpropertySerializedKeyType

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetCertificate(MessageCertificate^)

Sets the certificate blob.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticIssuedKeyType

String used for an issued key.

System_CAPS_pubfieldSystem_CAPS_staticSelfSignedKeyType

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.

Return to top
Show: