Cuminas DjVu SDK for .NET Framework
IsEnforced Property



Determines whether the security is enforced or not.
Syntax
Public ReadOnly Property IsEnforced As Boolean
Dim instance As SecurityProvider
Dim value As Boolean
 
value = instance.IsEnforced
public bool IsEnforced {get;}
public:
property bool IsEnforced {
   bool get();
}

Property Value

Whether the security is enforced or not.

Remarks

If the SecurityProvider object is under constuction, it's not enforced to the users. If the SecurityProvider object is obtained from Document object, which is authenticated with a specific user, it's enforced on that user.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

SecurityProvider Class
SecurityProvider Members

Send Feedback