protected bool NeedToGenerateKMSInstructions()

in src/Internal/SetupEncryptionHandler.cs [174:178]


        protected bool NeedToGenerateKMSInstructions(IExecutionContext executionContext)
        {
            return EncryptionClient.EncryptionMaterials.KMSKeyID != null &&
                NeedToGenerateInstructions(executionContext);
        }