Privacy manager used to control access to user data.

Namespace: MonoSoftware.MonoX.PrivacyManager
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class PrivacyManager : BaseWebControl, 
	IDisposable
Visual Basic
Public Class PrivacyManager
	Inherits BaseWebControl
	Implements IDisposable
Visual C++
public ref class PrivacyManager : public BaseWebControl, 
	IDisposable
F#
type PrivacyManager =  
    class
        inherit BaseWebControl
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      WebControlBase
        BaseWebControl
          MonoSoftware.MonoX.PrivacyManager..::..PrivacyManager

See Also