Table of Contents

Class GroupPolicyPublicKeyPoliciesCredentialRoamingSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Active Directory Group Policy public key policies credential roaming settings.

public class GroupPolicyPublicKeyPoliciesCredentialRoamingSettings : GlobalSerializableClassicBase
Inheritance
GroupPolicyPublicKeyPoliciesCredentialRoamingSettings

Constructors

GroupPolicyPublicKeyPoliciesCredentialRoamingSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesCredentialRoamingSettings class.

public GroupPolicyPublicKeyPoliciesCredentialRoamingSettings()

Properties

CredentialRoamingEnabled

Gets or sets whether credential roaming is enabled.

public GroupPolicyPublicKeyPoliciesCredentialRoamingEnabled CredentialRoamingEnabled { get; set; }

Property Value

GroupPolicyPublicKeyPoliciesCredentialRoamingEnabled

MaximumTokenSize

Gets or sets the maximum size of a roaming credential in bytes.

public int MaximumTokenSize { get; set; }

Property Value

int

MaximumTokens

Gets or sets the maximum number of roaming credentials per user.

public int MaximumTokens { get; set; }

Property Value

int

MaximumTombstoneLifetime

Gets or sets the maximum tombstone credentials lifetime in days.

public int MaximumTombstoneLifetime { get; set; }

Property Value

int

RoamStoredCredentials

Gets or sets whether to roam stored user names and passwords.

public BooleanOption RoamStoredCredentials { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the Active Directory Group Policy public key policies credential roaming settings as a human readable string.

public override string ToString()

Returns

string

The Active Directory Group Policy public key policies credential roaming settings as a human readable string.