Class ProtectionSettings
Contains all protection settings.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Protection
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ProtectionSettings
Properties
AlgorithmName
Gets or sets the algorithm name. Use predefined values from ProtectionAlgorithmNames.
Declaration
public string AlgorithmName { get; set; }
Property Value
System.String
The name of the algorithm. The protection algorithm. |
Enforced
Gets or sets the enforcement of document protection.
Declaration
public bool Enforced { get; set; }
Property Value
System.Boolean
The enforced. |
Hash
Gets or sets the password hash.
Declaration
public string Hash { get; set; }
Property Value
System.String
The hash. |
ProtectionMode
Gets or sets the protection mode.
Declaration
public ProtectionMode ProtectionMode { get; set; }
Property Value
ProtectionMode
The protection mode. |
Salt
Gets or sets the salt.
Declaration
public string Salt { get; set; }
Property Value
System.String
The salt. |
SpinCount
Gets or sets the spin count.
Declaration
public int SpinCount { get; set; }
Property Value
System.Int32
The spin count. |