menu
CryptoStoreKind
import { CryptoStoreKind } from "destack:crypto/binding";
Crypto store kind.
1export enum CryptoStoreKind {2 System = 1,3 User = 2,4 Machine = 3,5 Ephemeral = 4,6}Variants
System = 1Host system trust and key provider.
User = 2User-scoped host key and certificate store.
Machine = 3Machine-scoped host key and certificate store.
Ephemeral = 4Process-scoped ephemeral key and certificate store.