Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the key type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
RangeMin = PublicKeyType.Unknown)]
public PublicKeyType KeyType { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
RangeMin = PublicKeyType::Unknown)]
property PublicKeyType KeyType {
PublicKeyType get();
void set(PublicKeyType value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
RangeMin := PublicKeyType.Unknown)>
Public Property KeyType As PublicKeyType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PublicKeyType
See Also
InventoryMachinePublicKey Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top