SecurityConfigurationSection Class |
Namespace: SanteDB.DisconnectedClient.Configuration
The SecurityConfigurationSection type exposes the following members.
| Name | Description | |
|---|---|---|
| SecurityConfigurationSection |
Max local session
|
| Name | Description | |
|---|---|---|
| ApplicationSecret |
Sets the application secret.
| |
| ApplicationSecretXml |
Gets or sets the application secret
| |
| AuditRetention |
Audit retention
| |
| AuditRetentionXml |
Audit retention
| |
| DeviceCertificate |
Gets or sets teh device certificate
| |
| DeviceName |
Gets or sets the configured device name
| |
| DeviceSecret |
Sets the device secret.
| |
| DeviceSecretXml |
Gets or sets the device secret
| |
| Domain |
Gets the real/domain to which the application is currently joined
| |
| DomainAuthentication |
Domain authentication
| |
| Facilities |
When true, only allow login from this facility
| |
| Hasher |
Gets or sets the hasher (for JSON view model only)
| |
| MaxInvalidLogins |
Maximum invalid logins
| |
| MaxLocalSession |
Local session
| |
| MaxLocalSessionXml |
Local session length
| |
| Owners |
When true, only allow login from this facility
| |
| PasswordRegex |
Gets or sets the password validation regex
| |
| PlainTextSecret |
Plain text secret
| |
| RestrictLoginToFacilityUsers |
Restrict login to only listed facilities
| |
| ShouldSerializeApplicationSecret | ||
| SigningKeys |
Signature configuration
| |
| TokenAlgorithms |
Gets or sets the token algorithms.
| |
| TokenType |
Gets or sets the allowed token type
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveSensitiveInformation |
Returns a copy of this object with sensitive information removed
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |