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

If true, the certificate object has been disposed

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

Syntax

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

Remarks

If true, the certificate should be considered unusable and an ObjectDisposedExceptionshould be thrown.

See Also