SecurityAttribute Class

Define the security information about the configuration property.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class SecurityAttribute : Attribute, 
	ISchemaMemberControlAttribute
Inheritance
Object    Attribute    SecurityAttribute
Implements
ISchemaMemberControlAttribute

Constructors

SecurityAttribute Constructor.

Properties

ChangeBy Defines the minimum user level required for changing the value.
IsPassword Is the property a password field, which is returned as empty.
ViewBy Defines the minimum user level required for viewing the value.

Methods

AssertUserIsAdmin  
AssertUserIsSystemAdmin  
CanGenerateMember Determines whether the schema generator should add a member definition to the schema it is generating.
ResolveUserLevel Resolves the current user's user level based on the given operation context.

See Also