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

Represents the raw certificate (including private key) in raw form

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
byte[] 
RawCertificate { 
get; 
private 
set; }
Protected 
Property 
RawCertificate 
As 
Byte()
	
Get
	
Private 
Set
protected:
property 
array<
unsigned char>^ 
RawCertificate {
	
array<
unsigned char>^ 
get ();
	
private: 
void 
set (
array<
unsigned char>^ 
value);
}

See Also