Variable CryptoAlgorithmListSlimConst

CryptoAlgorithmListSlim: readonly CryptoAlgorithm[] = ...

A slim list of crypto algorithms.

Remarks

The slim list contains only the most commonly used algorithms, to reduce bundle size. This list encompasses SigningAlgorithmListSlim and EncryptionAlgorithmListSlim. If you need more algorithms, explicitly import them or use CryptoAlgorithmListFull.