choosePrivateKeyRules property

List<ChoosePrivateKeyRule>? choosePrivateKeyRules
getter/setter pair

Rules for determining apps' access to private keys.

See ChoosePrivateKeyRule for details. This must be empty if any application has CERT_SELECTION delegation scope.

Implementation

core.List<ChoosePrivateKeyRule>? choosePrivateKeyRules;