[][src]Function firefox_native_manifest::register_pkcs11_modules

pub fn register_pkcs11_modules<P>(
    vis: Visibility,
    manifest_path: &P
) -> Result<()> where
    P: AsRef<Path>, 

Register the specified manifest file for PKCS #11 modules with Firefox.

On Linux and macOS, it duplicates the content to the native directory, with path canonicalized to absolute path.

On Windows, it adds the given path to corresponding key in the registry.