Click or drag to resize

SecurityPolicyIdentification Enumeration

Policy identification

Namespace: SanteDB.Core.Configuration
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum SecurityPolicyIdentification
Members
Member nameValueDescription
MaxPasswordAge0 Maximum password age
PasswordHistory1 When changing a password question must be different
MaxInvalidLogins2 Maximum invalid logins
MaxChallengeAge3 Maximum challenge age
ChallengeHistory4 When changing a challenge question must be different
SessionLength5 Maximum length of sesison
ElevatedSessionLength6 Maximum length of sesison
RefreshLength7 Maximum time to refresh session
DefaultCertificateInstallLocation8 The place where authentication certificates should be stored
AuthenticationCookieValidityLength9 How long the authentication cookie is valid for.
DownstreamLocalSessionLength10 Length of local sessions on dCDR
AllowLocalDownstreamUserAccounts11 True to allow dCDRs to create their own local accounts
AllowCachingOfUserCredentials12 Indicates that the local is permitted to cache successful login credentials
AllowNonAssignedUsersToLogin13 Indicates that only users from the AssignedFacilityUuid are permitted to login
AssignedFacilityUuid14 Indicates the owner facility
PermittedFacilities15 Indicates the owner facility
AssignedOwnerUuid16 Indicates the owner user
AuditRetentionTime17 Length of time that security auidts should be retained
AssignedDeviceSecurityId18 The device principal
AssignedDeviceEntityId19 The device entity identifier
AbandonSessionAfterPasswordReset20 Abandon session on PWD change
RequireMfa21 Users must have MFA to their registered e-mail address
DefaultMfaMethod22 Default MFA method for the system if the user has selected none
AllowPublicBackups23 True if public backups are permitted
RequireRsaCerts24 True if all dCDRS MUST use RSA digital signature certs
AbandonSessionAfterLockout25 Abandon session on lockout
See Also