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

Initializes a new instance of the MessageCertificateX509Volatileclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
MessageCertificateX509Volatile(
	
byte[] 
blob,
	
string 
password
)
Public 
Sub 
New ( _
	
blob 
As 
Byte(), _
	
password 
As 
String _
)
public:
MessageCertificateX509Volatile(
	
array<
unsigned char>^ 
blob, 
	
String^ 
password
)

Parameters

blob
array< Byte > [] () [] []
password
String

See Also