MessageCertificateX509.IsDeserialized Property
If true, the certificate has been deserialized from a binary formatter. At this time, some data is lost when serialization occurs, which allows throwing clear exceptions indicating this.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool IsDeserialized { get; private set; }
public:
property bool IsDeserialized {
bool get();
private: void set(bool value);
}
Public Property IsDeserialized As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top