SecuritySettingsTConfig Class

Class for handling the SecurityAttribute settings in the configuration. - Prevents saving the configuration from a user without correct permissions. - Hides password value from the shown configuration.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class SecuritySettings<TConfig>
where TConfig : class, new()
Inheritance
Object    SecuritySettingsTConfig

Type Parameters

TConfig
Configuration class.

Constructors

Methods

EnforceSecurityAttribute(IConfigurationRequestContext, JObject, JObject) Performs a security check to the configuration.
EnforceSecurityAttribute(SecurityAttributeUserLevel, JObject, JObject) Performs a security check to the configuration.
StripPasswords(IConfigurationRequestContext, JObject) Strips the password field values from the configuration.
StripPasswords(SecurityAttributeUserLevel, JObject) Strips the password field values from the configuration.

See Also