Securable<T>
Generic class that indicates whether or not the given value is secured from the current user
Whether or not the current user has permission to view the given value
The value that may or may not be secured
public Securable()
Initializes a new instance of the Securable<T> class.
Initializes a new instance of the Securable<T> class.
Returns the Value property for the value which is being secured.
Initializes a new instance of the Securable<T> class. with the specified value which is being secured.