Determines if the Encryptor Extension is locked.
const isLocked = await encryptorExtension.isLocked();
Promise<boolean>
A promise that resolves to true if the Encryptor Extension is locked, otherwise false.
Last updated 2 days ago