[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Key type

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required, RangeMin = 

PublicKeyType.Unknown)]
public 

PublicKeyType 
KeyType { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, RangeMin := 

PublicKeyType.Unknown)> _
Public 
Property 
KeyType 
As 

PublicKeyType
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required, RangeMin = 

PublicKeyType::Unknown)]
public:
property 

PublicKeyType 
KeyType {
	

PublicKeyType 
get ();
	
void 
set (

PublicKeyType 
value);
}

See Also