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

Certificate to use for signing. Ignored unless IsSignedis true.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

MessageCertificateX509 
SigningCertificate { 
get; 
set; }
Public 
Property 
SigningCertificate 
As 

MessageCertificateX509
	
Get
	
Set
public:
property 

MessageCertificateX509^ 
SigningCertificate {
	

MessageCertificateX509^ 
get ();
	
void 
set (

MessageCertificateX509^ 
value);
}

See Also