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

The encryption certificate used to include in the registration request

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.NotRecommended)]
public 

MessageCertificateX509 
EncryptionCertificate { 
get; 
private 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.NotRecommended)> _
Public 
Property 
EncryptionCertificate 
As 

MessageCertificateX509
	
Get
	
Private 
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::NotRecommended)]
public:
property 

MessageCertificateX509^ 
EncryptionCertificate {
	

MessageCertificateX509^ 
get ();
	
private: 
void 
set (

MessageCertificateX509^ 
value);
}

See Also