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

Returns the blob as an X509 certificate. If the blob is invalid, the certificate is null.

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

Syntax

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

See Also