Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the certificate object has been disposed; otherwise, false.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected bool HasDisposed { get; private set; }
protected:
property bool HasDisposed {
bool get();
private: void set(bool value);
}
Protected Property HasDisposed As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
Remarks
If true, the certificate should be considered unusable and an ObjectDisposedException should be thrown.
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top