Assembly: Keystone.Clockwork.To.Quantum (in Keystone.Clockwork.To.Quantum.dll)
| Name | Description | |
|---|---|---|
|
GetMultivaluedVariable | By using Keystone Quantum, gets the values of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
GetMultivaluedVariableAs<TValue> | By using Keystone Quantum, gets as a IEnumerable<TValue>, the values of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
GetSection | By using Keystone Quantum, gets the desired configuration section and its variables by requesting a read to the underlying persistence strategy. |
|
GetStructuredMultivaluedVariable | By using Keystone Quantum, gets the values of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
GetStructuredVariable | By using Keystone Quantum, gets the value of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
GetVariable | By using Keystone Quantum, gets the value of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
GetVariableAs<TValue> | By using Keystone Quantum, gets as TValue, the value of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
GetVariableNames | By using Keystone Quantum, gets the names of all variables by requesting a name reading to the underlying persistence strategy. |
|
TryGetMultivaluedVariable | By using Keystone Quantum, tries to get the values of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
TryGetMultivaluedVariableAs<TValue> | |
|
TryGetVariable | By using Keystone Quantum, tries to get the value of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
|
TryGetVariableAs<TValue> | By using Keystone Quantum, tries to get as a TValue, the value of the desired variable by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values. |
Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.