Table of Contents

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

GroupPolicyPublicKeyPoliciesEfsAllowed

AllowSelfSignedCertificates

Gets or sets whether to allow self-signed certificates.

public BooleanOption AllowSelfSignedCertificates { get; set; }

Property Value

BooleanOption

CacheTimeout

Gets or sets the cache timeout in minutes.

public int CacheTimeout { get; set; }

Property Value

int

ClearCacheOnLock

Gets or sets whether to clear the cache when the user locks their workstation.

public BooleanOption ClearCacheOnLock { get; set; }

Property Value

BooleanOption

ClearCacheOnTimeout

Gets or sets whether to clear the cache on a timeout.

public BooleanOption ClearCacheOnTimeout { get; set; }

Property Value

BooleanOption

CreateSmartCardUserKey

Gets or sets whether to create a caching-capable user key from smart card.

public BooleanOption CreateSmartCardUserKey { get; set; }

Property Value

BooleanOption

Ecc

Gets or sets the elliptic curve cryptography (ECC) setting.

public GroupPolicyPublicKeyPoliciesEfsEcc Ecc { get; set; }

Property Value

GroupPolicyPublicKeyPoliciesEfsEcc

EncryptDocumentsFolder

Gets or sets whether to encrypt the user's documents folder.

public BooleanOption EncryptDocumentsFolder { get; set; }

Property Value

BooleanOption

KeyBackupNotifications

Gets or sets whether to display key backup notifications when user key is created or changed.

public BooleanOption KeyBackupNotifications { get; set; }

Property Value

BooleanOption

RequireSmartCard

Gets or sets whether to require a smart card for EFS.

public BooleanOption RequireSmartCard { get; set; }

Property Value

BooleanOption

RsaKeyLength

Gets or sets the key size of RSA self-signed certificates.

public int RsaKeyLength { get; set; }

Property Value

int

TemplateName

Gets or sets the EFS template for automatic certificate requests.

public string TemplateName { get; set; }

Property Value

string

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.