Class GroupPolicyPublicKeyPoliciesEfsSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Active Directory Group Policy public key policies Encrypting File System (EFS) settings.
public class GroupPolicyPublicKeyPoliciesEfsSettings : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyPublicKeyPoliciesEfsSettings
Constructors
GroupPolicyPublicKeyPoliciesEfsSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesEfsSettings class.
public GroupPolicyPublicKeyPoliciesEfsSettings()
Properties
AllowEfs
Gets or sets whether EFS is allowed.
public GroupPolicyPublicKeyPoliciesEfsAllowed AllowEfs { get; set; }
Property Value
AllowSelfSignedCertificates
Gets or sets whether to allow self-signed certificates.
public BooleanOption AllowSelfSignedCertificates { get; set; }
Property Value
CacheTimeout
Gets or sets the cache timeout in minutes.
public int CacheTimeout { get; set; }
Property Value
ClearCacheOnLock
Gets or sets whether to clear the cache when the user locks their workstation.
public BooleanOption ClearCacheOnLock { get; set; }
Property Value
ClearCacheOnTimeout
Gets or sets whether to clear the cache on a timeout.
public BooleanOption ClearCacheOnTimeout { get; set; }
Property Value
CreateSmartCardUserKey
Gets or sets whether to create a caching-capable user key from smart card.
public BooleanOption CreateSmartCardUserKey { get; set; }
Property Value
Ecc
Gets or sets the elliptic curve cryptography (ECC) setting.
public GroupPolicyPublicKeyPoliciesEfsEcc Ecc { get; set; }
Property Value
EncryptDocumentsFolder
Gets or sets whether to encrypt the user's documents folder.
public BooleanOption EncryptDocumentsFolder { get; set; }
Property Value
KeyBackupNotifications
Gets or sets whether to display key backup notifications when user key is created or changed.
public BooleanOption KeyBackupNotifications { get; set; }
Property Value
RequireSmartCard
Gets or sets whether to require a smart card for EFS.
public BooleanOption RequireSmartCard { get; set; }
Property Value
RsaKeyLength
Gets or sets the key size of RSA self-signed certificates.
public int RsaKeyLength { get; set; }
Property Value
TemplateName
Gets or sets the EFS template for automatic certificate requests.
public string TemplateName { get; set; }
Property Value
Methods
ToString()
Returns the Active Directory Group Policy public key policies Encrypting File System (EFS) settings as a human readable string.
public override string ToString()
Returns
- string
The Active Directory Group Policy public key policies Encrypting File System (EFS) settings as a human readable string.