Compartir a través de


MessageCertificateX509.HasDisposed Property

 

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