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 | |
---|---|---|
InventoryMachinePublicKey() | Initializes a new instance of the InventoryMachinePublicKey class. |
|
InventoryMachinePublicKey(MessageCertificate) | Initializes a new instance of the InventoryMachinePublicKey class. |
Properties
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. |
Methods
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.) |
Fields
Name | Description | |
---|---|---|
IssuedKeyType | String used for an issued key. |
|
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