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

Gets the signing certificate

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
X509Certificate2 
SigningCertificate { 
get; }
Public 
ReadOnly 
Property 
SigningCertificate 
As 
X509Certificate2
	
Get
public:
property 
X509Certificate2^ 
SigningCertificate {
	
X509Certificate2^ 
get ();
}

See Also