platformKeys property

ChromePlatformKeys get platformKeys

Use the chrome.platformKeys API to access client certificates managed by the platform. If the user or policy grants the permission, an extension can use such a certficate in its custom authentication protocol. E.g. this allows usage of platform managed certificates in third party VPNs (see $(ref:vpnProvider chrome.vpnProvider)).

Implementation

ChromePlatformKeys get platformKeys => _platformKeys;