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

If true, the certificate has been deserialized from a binary formatter. At this time, some data is lost when serialization occurs and this allows us to throw clear exceptions indicating this.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
IsDeserialized { 
get; 
private 
set; }
Public 
Property 
IsDeserialized 
As 
Boolean
	
Get
	
Private 
Set
public:
property 
bool 
IsDeserialized {
	
bool 
get ();
	
private: 
void 
set (
bool 
value);
}

See Also