Class GroupPolicyApplicationControlPolicyHashCondition
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy application control policy file hash condition.
public class GroupPolicyApplicationControlPolicyHashCondition : GroupPolicyApplicationControlPolicyConditionBase
- Inheritance
-
GroupPolicyApplicationControlPolicyHashCondition
- Inherited Members
Constructors
GroupPolicyApplicationControlPolicyHashCondition()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyApplicationControlPolicyHashCondition class.
public GroupPolicyApplicationControlPolicyHashCondition()
Properties
FileName
Gets or sets the filename.
public string FileName { get; set; }
Property Value
FileSize
Gets or sets the file size in bytes.
public long FileSize { get; set; }
Property Value
HashType
Gets or sets the hash type.
public GroupPolicyApplicationControlPolicyHashType HashType { get; set; }
Property Value
Methods
ToDetailedString()
Returns the condition as a detailed string.
public override string ToDetailedString()
Returns
- string
The condition as a detailed string.