Table of Contents

Class Security

Namespace
Ink_Canvas
Assembly
InkCanvasForClass.dll
public class Security
Inheritance
Security
Inherited Members

Properties

EnableProcessProtection

[JsonProperty("enableProcessProtection")]
public bool EnableProcessProtection { get; set; }

Property Value

bool

PasswordEnabled

[JsonProperty("passwordEnabled")]
public bool PasswordEnabled { get; set; }

Property Value

bool

PasswordHash

[JsonProperty("passwordHash")]
public string PasswordHash { get; set; }

Property Value

string

PasswordSalt

[JsonProperty("passwordSalt")]
public string PasswordSalt { get; set; }

Property Value

string

RequirePasswordOnEnterSettings

[JsonProperty("requirePasswordOnEnterSettings")]
public bool RequirePasswordOnEnterSettings { get; set; }

Property Value

bool

RequirePasswordOnExit

[JsonProperty("requirePasswordOnExit")]
public bool RequirePasswordOnExit { get; set; }

Property Value

bool

RequirePasswordOnResetConfig

[JsonProperty("requirePasswordOnResetConfig")]
public bool RequirePasswordOnResetConfig { get; set; }

Property Value

bool