VisibilityCondition Enumeration¶
Namespace: id3.Bioseal
Definition¶
Enumerates the visibility conditions.
Note: The optional visibility condition extension indicates under which condition the presentation view or certain field in the presentation view should be displayed.
class VisibilityCondition
enum VisibilityCondition
public enum VisibilityCondition
public enum VisibilityCondition
public enum VisibilityCondition
typedef enum id3BiosealVisibilityCondition
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
The presentation view or the specified field shall always be displayed. This is the default value. |
|
1 |
The BioSeal signature must be valid. |
|
2 |
The signature must be valid and the bioseal must not be expired. |
|
3 |
The above conditions must be met, and user authentication must be successful. |
|
4 |
The presentation view or the specified field must never be displayed. In this case, the application must not inject the data into the presentation view. |