Enum KeyChain.KeychainMode
The mode in which the keys should be checked.
Namespace: RuriLib.Models
Assembly: RuriLib.dll
Syntax
public enum KeychainMode
Fields
| Name | Description |
|---|---|
| AND | Trigger the KeyChain if ALL the Keys are valid. |
| OR | Trigger the KeyChain if ANY Key is valid. |