OfflineKeysBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies behaviors for the use of offline keys contained in OfflineKeys.
public enum OfflineKeysBehavior
type OfflineKeysBehavior =
Public Enum OfflineKeysBehavior
- Inheritance
-
OfflineKeysBehavior
Fields
| Name | Value | Description |
|---|---|---|
| FallbackToNetwork | 0 | Use offline keys when available, but fall back to network retrieval if no offline key is found for a given ledger domain. |
| NoFallbackToNetwork | 1 | Use only offline keys. If no offline key is found for a given ledger domain, verification fails. |