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

Returns the certificate that is specified by Certificate

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
X509Certificate2 
X509Certificate { 
get; 
protected 
set; }
Public 
Property 
X509Certificate 
As 
X509Certificate2
	
Get
	
Protected 
Set
public:
property 
X509Certificate2^ 
X509Certificate {
	
X509Certificate2^ 
get ();
	
protected: 
void 
set (
X509Certificate2^ 
value);
}

See Also